Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1141015
    jrc693
    Participant

    Hi,

    I have two questions,

    1) How do I get my sub-menu to appear on my main navigator? I have done 2 test pages under ‘About’, but they don’t seem to show. Is it also possible to remove the arrow icon next to ‘about’?

    2) Additionally, The line between the menu navigation bar and main body has become a thick grey line (as opposed to a think grey line from the Icon 9 theme). How can I get that back to the original line.

    Website is http://www.experiencealchemist.com

    Thanks for the help!

    #1141018
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-navbar {
        overflow-y: initial;
    }
    .x-navbar .desktop .x-nav li>a>span:after {
        content: " ";
    }

    #2 Please provide us with screen shot.

    Hope that helps.

    #1141042
    jrc693
    Participant

    Hi Christopher,

    Please see attached screenshot. I have marked the area in a red box.

    Thank you for your help!

    Justin

    #1141044
    Christopher
    Moderator

    Hi there,

    The code I provided in previous replay will fixed the issue, please add it.

    Thanks.

    #1141047
    jrc693
    Participant

    Amazing, thank you so much christopher!

    #1141049
    Christopher
    Moderator

    You’re welcome.

    #1146050
    jrc693
    Participant

    Hi Christopher,

    I have decided that I would like the sub-menu to be hidden. The pages will be accessible through links on the page before. Would you be able to provide me code to hide the sub-menu?

    Appreciate all the help!

    Thanks,
    Justin

    #1146152
    Rupok
    Member

    Hi Justin,

    Thanks for writing back. You can just remove the submenus from Appearance > Menus instead of hiding them with code. If you still want; you can use this under Custom > CSS in the Customizer.

    .x-navbar .sub-menu {
      display: none !important;
    }

    Cheers!

    #1146207
    jrc693
    Participant

    Oh yes, that makes sense, that was a silly question!

    Thank you for the help!

    #1146243
    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-1141015 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>