Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1391581
    thors
    Participant

    Hi

    I´m using transparent menu in desktop, but the sub-menu does not display correctly, it is still blue, and does not drop down,
    it drop up, it is blue and not transparent, I would like to have the drop down menu gray, like in following attach.

    WP version 4.7.2
    Cornerstone version 1.3.3
    X version 4.6.4

    url. https://differenticeland.is

    Attach file,
    Should be like that.png , is it like I want it on mobile
    Should not like be that.png is currently on mobile
    Incorrect menu, is like it display on desktop, sub-menu

    This is current custom Global CSS
    }
    .x-topbar {
    background-color: rgba(0,0,0, .2) !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: 0;
    }
    .x-navbar {
    background-color: rgba(0,0,0, .2) !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    }

    Kind regards
    Thor

    #1391607
    thors
    Participant

    file update

    #1391624
    Christian
    Moderator

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

    .x-navbar .sub-menu {
        background-color: rgba(0,0,0, .2) !important;
    }
    
    .x-navbar .desktop .x-nav > li ul {
        top: 86px;
    }

    Thanks.

    #1391664
    thors
    Participant

    Awesome, it works,

    But regarding the mobile menu ONLY, is it possible to make it with gray background (menu and sub-menu, it is transparent now,
    and fall into the image , see attach image

    Thanks
    Thor

    #1391677
    thors
    Participant

    also, see the sub-menu is it possible to make the sub-menu below main menu, not that much to left

    see attach image

    #1391684
    thors
    Participant

    Transparent menu on mobile

    #1391685
    thors
    Participant

    Submenu

    #1391776
    Christian
    Moderator

    Regretfully, further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    #1391790
    thors
    Participant

    ok, thanks.

    Yes I will probably buy some custom changes for the theme.
    but at last how to I correct the sub-menu, so it will not be so much to left.

    Kind regards
    Thor

    #1391958
    Christian
    Moderator

    You’re welcome, Thor.

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