Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1027635
    TIS123
    Participant

    Hi,

    Just bought a new license for my second Theme X site. Would be great if you can help me with some CCS-ing, I intend to use a solid navbar hover in the menu as shown in the attachment. Hope this is possible.

    Best regards, Hans.

    #1027783
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1027809
    TIS123
    Participant
    This reply has been marked as private.
    #1027933
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > CSS

    .x-navbar .desktop .x-nav > li > a {
        height: 57px;
    }
    
    .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, .x-navbar .desktop .sub-menu li > a:hover, .x-navbar .desktop .sub-menu li.x-active > a, .x-navbar .desktop .sub-menu li.current-menu-item > a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav li.x-active > a, .x-navbar .mobile .x-nav li.current-menu-item > a {
        background: #23165D;
        color: #fff;
        text-decoration: none;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none;
    }

    Hope that helps. 🙂

    #1028080
    TIS123
    Participant

    Hi,

    This is the perfect solution, it works! Glad I use this beautifull theme with such great AND fast support 😉

    Kind regards, Hans.

    #1028287
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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