Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #98310
    farrukh.nasim
    Participant

    Greetings,

    I am using Catch Responsive (free) theme on my website and want to change the color of “text” appearing on only one of the featured slider. I have searched the forums but the only customization I can do is to hide it completely using: #feature-slider .entry-content { display: none; } script in Custom CSS option.

    Will highly appreciate if you can provide any help in changing the text color on the featured slider.

    #98350
    Mahesh
    Keymaster

    @farrukh-nasim: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .entry-content,
    #feature-slider .entry-title a {
        color: #ff00ff;
    }

    Note: This will change color of slider’s title and content text. Please change the color as desired.

    Regards,
    Mahesh

    #98453
    farrukh.nasim
    Participant

    @Mahesh: Thank you for your quick support. I have added the code to the custom CSS but unfortunately it did not have any effect on the text color.

    #98456
    Mahesh
    Keymaster

    @farrukh-nasim: Please post in your site url.

    Regards,
    Mahesh

    #98457
    farrukh.nasim
    Participant

    @Mahesh:
    Update:
    I am using Easy Google Fonts for my website; if I disable the plugin, the Custom CSS code you provided starts working.
    Is there another way out that I keep using Easy Google Fonts and the provided Custom CSS work simultaneously?

    #98519
    Mahesh
    Keymaster

    @farrukh-nasim: You mean Custom CSS is not working when Easy Google Fonts in active? Seems like a plugin issue. You can also use Custom CSS module of Catch Web Tools Plugin.
    https://wordpress.org/plugins/catch-web-tools/
    Another alternative is using the child theme, you can find more details on creating child theme HERE. Then add the above CSS in your child theme’s style.css file. Custom CSS should have worked fine.
    Let me know further.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change text color on slider content’ is closed to new replies.