Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271725
    angrybird
    Participant

    So I followed the instructions here: https://catchthemes.com/support-forum/topic/header-media-title-and-text-change-colors/ to change the color behind the menu. I changed it to a dark color, so want the links to be white. But there is now setting for changing just the menu colors to white, and all links on every page turn white, which is bad. Is there a way to change just the menu-links to white and leave all other links as they were?
    The site is blocked from public viewing at the moment and I have a child theme.

    #271832
    Skandha
    Participant

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

    #site-navigation a {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #272024
    angrybird
    Participant

    Yes, thank you, worked great!

    #272038
    Skandha
    Participant

    @ville123: 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/clean-enterprise/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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu link colors’ is closed to new replies.