Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1047370
    Michael R
    Participant

    Hello,

    Can you please help me with 2 questions…

    #1047373
    Michael R
    Participant
    This reply has been marked as private.
    #1047678
    Friech
    Moderator
    This reply has been marked as private.
    #1053832
    Michael R
    Participant
    This reply has been marked as private.
    #1054105
    Lely
    Moderator

    Hi There,

    Thank you for the credentials.
    Please update above CSS to this:

    .x-navbar .sub-menu {background-color: #f3f3f3 !important; }
    .x-navbar .desktop .sub-menu{padding: 1.75em 0;}
    .x-navbar .desktop .sub-menu li > a {color: rgb(21, 41, 66) !important; padding-left: 1.75em;
        padding-right: 1.75em;}
    .x-navbar .desktop .sub-menu li > a:hover {color: #f3f3f3 !important; background-color: rgb(21,41,66);}

    Hope this helps.

    #1055780
    Michael R
    Participant
    This reply has been marked as private.
    #1055930
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To resolve this other issue, please find this css block from your customizer,

    .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none;
        background-color: #f3f3f3;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    You need to remove it and replace with this code instead:

    .x-navbar .desktop .x-nav > .current-menu-item > a,
    .x-navbar .desktop .x-nav > .current-menu-parent > a,
    .x-navbar .desktop .x-nav > .current_page_ancestor > a{
        box-shadow: none;
        background-color: #f3f3f3;
        color: rgb(21,41,66);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    Please let us know if this works out for you.

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