• Resolved Faisal Shaikh

    (@faisal-shaikh)


    Hi there, the theme is awesome and very professional.
    How can I change the color of slider text?
    thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there Faisal Shaikh,

    How are you doing today?

    You should be able to change that with some custom CSS. Since the theme has its own custom CSS tab which is located in Appearance -> Customize -> Theme Options -> Advanced -> Custom CSS you can add the following code tehre:

    .cycle-caption p {
    color: #fff
    }

    Note that this is the original color of the text and to change it please replace the color hex value. You can use sites similar to this one to get hex value for the color of your choice:

    https://www.color-hex.com/

    If this doesn’t work can you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Thread Starter Faisal Shaikh

    (@faisal-shaikh)

    thank you but it just changed the color of only text on slider, heading is still in white!

    Hey again,

    I assumed that you want to change only that since you said slider text in your first post. To change the title as well please try adding the following as well:

    .cycle-caption h3, .cycle-caption h3 a {
      color: #fff;
    }

    Replace the the color hex value as for the text, this should change the title color as well ??

    Please let me know if this helps.

    Best regards,
    Bojan

    Thread Starter Faisal Shaikh

    (@faisal-shaikh)

    WOW! thank you for the code, I have used both like:

    .cycle-caption p {
    color: #fff
    }

    .cycle-caption h3, .cycle-caption h3 a {
    color: #fff;
    }

    and now its working fine!

    Thread Starter Faisal Shaikh

    (@faisal-shaikh)

    thnx!

    Glad that helped ?? Have a great day!

    Cheers,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slider!’ is closed to new replies.