badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Slideshow Text: Can it be edited or the color changed?

#44040

To change the color of the slideshow’s headline text and the text/button for the “Read More” area go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code with your own HEX color and Click on save button:

For slideshow’s headline:

.featured-text .featured-title {
    color: #fff;
}

For slideshow’s button:

.call-to-action {
    border-color: #fff;
    color: #fff;
}

And for slideshow’s button hover:

.call-to-action:hover {
    background-color: #fff;
    color: #666;
}

Thank you!