Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #249491
    preshil91
    Participant

    Hi,
    Could you guide me to have my text color in featured slider, changed to black?
    Also, for visibility of text,the background needs to be white when the mouse hovers over the text.
    Website URL : http://madridgulf.com/
    Thank you in avance!

    #249544
    Skandha
    Participant

    @preshil91: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-container, #feature-slider .entry-container .entry-header a {
        color: #000;
    }
    #feature-slider .entry-container:hover {
        background-color: #fff;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #249765
    preshil91
    Participant

    It works perfectly, thanks a lot!

    I would also like to have separate colors for my menu bar and the background below it.
    I am only able to change the background color of the page behind all contents (which has been set to green now).

    Thankyou

    #249771
    Skandha
    Participant

    @preshil91: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background color of Menu bar */
    #page {
    	background-color: #f23456;
    }
    
    /* To change the background color of the page */
    .site-navigation, .catchbase-nav-menu .sub-menu a {
        background-color: red;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #250339
    preshil91
    Participant

    Yes it did!
    Thanks again Skandha!

    #250341
    Skandha
    Participant

    @preshil91: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘catch base featured slider text and background color’ is closed to new replies.