Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1034183
    pixelsock
    Participant

    Am I missing something or is there no easy way to change the color of the header menu fonts and hovers?

    #1034518
    Joao
    Moderator

    Hi There,

    The colors are set to follow your website link color. In most of the cases that will bring harmony to the website color scheme.

    You could change them at Appereance > Customizer > Typography

    In case you want them differnt from your links please add the following code to Appereance > Customizer > Custom CSS and adjust the colors according to your wishes:

    .x-navbar a {
      color: red !important;
    }
    .x-navbar a:hover {
      color: blue !important;
    }

    Hope that helps,

    Joao

    #1034753
    pixelsock
    Participant

    Thank you for the reply. What about the current status color?

    #1035111
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! If you are referring to the bar on the current active menu item you can use the following CSS:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: inset 0 4px 0 0 #ff2a13;
    }

    Just change the color value. Hope this helps – thanks!

  • <script> jQuery(function($){ $("#no-reply-1034183 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>