Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206348
    nijvest
    Participant

    Hi,

    Is it possible to have the language selection options on the nav menu be always in the active or hover section colour such that it is more obvious?

    My website is http://nijvest.sg/

    Thanks

    #1206368
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your customizer custom CSS:

    .x-navbar .desktop .x-nav > li .menu-item-language-current > a{
      color:#FFF;
    }

    Let us know how it goes.

    Thanks.

    #1206374
    nijvest
    Participant
    This reply has been marked as private.
    #1206379
    Rue Nel
    Moderator

    Hello There,

    Sorry there was a typographic error. Please use this code instead:

    .x-navbar .desktop .x-nav > li .menu-item-language-current > a{
      color:#FFF;
    }

    We would loved to know if this has work for you. Thank you.

    #1206385
    nijvest
    Participant

    Hi, it still doesn’t work.

    What i mean is to have it as always be on the hover colour without me needing to hover over it. Is that possible?

    #1206394
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-navbar .desktop .x-nav>li.menu-item-language.menu-item-language-current a {
        color:#fff;
    }
    

    Hope that helps.

    #1206405
    nijvest
    Participant

    It works now. Thanks

    #1206412
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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