Beloved - How to change the text on the slider to white
If the images in your slider are darker, you likely want to the text on top of them to be white and not the default dark grey. You can add the following code to Appearance > Customize > Additional CSS and that will update for you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.soliloquy-container .soliloquy-caption h2, | |
div.soliloquy-container .soliloquy-caption h3{ | |
color: #fff; | |
} | |
.soliloquy-container .soliloquy-caption .button { | |
border-color: #fff; | |
color: #fff; | |
} |