• Hello,

    I am trying to find which CSS class will change colors within my header menu. I initially tried to change it as I noticed the current page color is the same as the background color within a sub-menu. I tried applying the codes below to no avail (with and without !important)

    .current-menu-item {
        color: #ffffff !important;
    }
    
    .current_page_item {
        color: #ffffff !important;
    }

    If you could also tell me what class is used for the sub-menu background that would be a plus.

    Cherry framework with Monstroid theme.
    Demo of issue: http://alertmyfirm.com/dms-erooms click Software and you cannot see the link to the page you are on.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    – Unfortunately, your currently used theme is not in the wordpress.org/themes/ directory.
    – Since that is a commercial theme , we ask that you please go to their official support channel, so you can get support from the people who know it best.
    – These forums are for free themes/plugins available in the WordPress theme directory at wordpress.org/themes/ and WordPress plugins directory at https://wordpress.org/plugins/. So please contact the developer/vendor directly for support with your question. You’ll be more likely to find a good answer from them, for they have the access to its code. Forum volunteers are not given access to commercial/custom products, so they would not know why your /custom/commercial theme or plugin is not working properly. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS to change Header Menu Colors’ is closed to new replies.