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*

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43928
    vtomgardner
    Participant

    Hi there, I’m using the free version of Ultimate, and am wondering if it’s possible to change the slideshow text (make it stop at a sentence) or change the slideshow text’s color. I’m building at URL http://www.lknmartinizing.com. Thank you for your assistance.

    #43961

    Hi Vtomgardner,

    To change the slideshow text’s color go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text {
        color: #fff;
    }

    Please change the above HEX color code #fff to your own HEX color code to change the slideshow text color.

    Thank you for using our theme.

    #43977
    vtomgardner
    Participant

    Thank you for the prompt reply! Could you also give me the CSS code to change the color of the slideshow’s headline text and the text/button for the “Read More” area? I’ve changed the basic slideshow text, but the headline above, and the read more button are still white. http://lknmartinizing.com/

    #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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.