Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248712
    Hello
    Participant

    Hi,
    A submenu is not showing/generating a further submenu in a drop down menu.

    It works for one menu but not for another. I have attached photos so you can clearly see. The submenu is “Designers”. So you can see one generates a further submenu, while the other does not.

    They are all nested/stacked the same in Menus and I have tried reordering and resaving but no difference.

    Also as you can see from the photos, the “Womens” menu overlaps with the Home button when highlighted. How can I shift the Mens and Womens menus further to the left? How can I change the font colour to black?

    Please reply soonest.

    #1248741
    Hello
    Participant
    This reply has been marked as private.
    #1248828
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in. You forgot to provide the URL of your site. Can you please provide us the URL, so we can have a closer look?

    Thanks!

    #1248885
    Hello
    Participant

    http://www.trillionpeak.com

    The Under Construction plugin is being used.

    #1248978
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL. I checked your site and the sub menus are working as expected. I checked your Primary menu and you don’t have sub menu for Designer menu item in Men section (see attached). Can you please confirm this at your end?

    To fix the menu item spacing issue, please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .masthead-inline .desktop .x-nav {
        width: 70% !important;
    }
    .x-nav > .menu-item {
        width: auto !important;
    }

    Let us know how this goes!

    #1249034
    Hello
    Participant

    Hi,
    That’s great for the menu spacing! How can I change the font colour to black? It’s grey now. Also please confirm the font is Verdana.

    But I don’t know why you got that picture?

    I have attached two pics. One is from in Customiser. The other is from in WordPress. Both show submenus in Designer in Men menu.

    Please check again.

    #1249580
    Paul R
    Moderator

    Hi,

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

    
    .x-navbar .desktop .sub-menu a {
        font-family: Verdana, Geneva, sans-serif !important;
        color:#000;
    }
    

    Hope that helps

    #1250002
    Hello
    Participant

    Hi,
    Great thanks! What about the drop down menu?

    #1250029
    Jade
    Moderator

    Hi there,

    Please update the code above to:

    .menu li a, .x-navbar .desktop .sub-menu a {
        font-family: Verdana, Geneva, sans-serif !important;
        color:#000;
    } 

    Hope this helps.

    #1250064
    Hello
    Participant

    HI,
    Doesn’t work?

    #1250217
    Joao
    Moderator

    Hi There,

    Please use this instead:

    .x-navbar .desktop  li a span, .x-navbar .desktop .sub-menu li a   {
        font-family: Verdana, Geneva, sans-serif !important;
        color:#000;
    } 

    Hope it helps

    Joao

    #1250281
    Hello
    Participant

    Hi,
    Still doesn’t work. Font the same.

    #1250383
    Nabeel A
    Moderator

    Hi again,

    Please add the above code in your Child Theme’s style.css file.

    Let us know how this goes!

    #1250435
    Hello
    Participant

    HI,
    I don’t have a child theme. Is there another way?

    #1250757
    Jade
    Moderator

    Hi there,

    I have checked the sub menu items of the main navigation and they are set to Verdana.

    Do you mean you want the submenu items to be all caps like the main menu items?

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