Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1279142
    Larry K
    Participant

    http://metinc.org/bblog/

    If you go to that page, look at menu option: programs

    depending if you are on the “head start” page OR NOT…
    on – the default color of white shows (and matches background)
    not – it works fine

    how to fix that 🙂

    Yes, i could change the background color… BUT don’t want to do that 🙂
    why can’t it work like the others do, no matter WHAT page you are on?

    THIS is what I have in customerize CSS:

    .x-navbar .desktop .x-nav > li > a {
    box-shadow: none !important;
    padding-top:15px;
    }

    .x-navbar .desktop .sub-menu .current-menu-item > a, .x-navbar .desktop .sub-menu a {
    font-size:18px;
    padding: 3px 10px;
    }

    .x-navbar .desktop .sub-menu .current-menu-item > a:hover, .x-navbar .desktop .sub-menu a:hover {color:green;}
    .x-navbar .desktop .sub-menu .current-menu-item > a:active, .x-navbar .desktop .sub-menu a:active {color:green;}

    what do i need to add?

    thanks!

    #1279430
    Jade
    Moderator

    HI there,

    Please try to add this code in the customizer:

    
    .x-navbar .desktop .sub-menu a {
        color: hsl(214,100%,20%) !important;
    }
    
    .x-navbar .desktop .sub-menu a:hover {
        color: green !important
    }
    #1282132
    Larry K
    Participant

    thank you.
    that worked 🙂

    #1282586
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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