Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2586461
How to expand the mobile menu automatically
Closed

Comments

  • nsaurin started the conversation

    Hi,

    I would like to know how to make so that on mobile phone the sub-menus is developed automatically? Without the visitor having to click on the bottom arrows.

    Thanks for your help :)

    Nicolas

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please try add more this code to Customize > Custom CSS:

    #sidebar-nav ul.sub-menu{ display: block; }
    

    Best Regards,

    PenciDesign

  • nsaurin replied

    Great for the automatic opening of the menu on mobile it works thank you!

    Just another question about the menu, what can I do if I only want to make certain menu words bold?

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please do follow steps:

    a) Go to Appearance > Menus > add "CSS Classes" below to menu items you want to get bold:

    bold-menu-item

    b) Add more this code to Customize > Custom CSS:

    #navigation ul.menu li.bold-menu-item > a{ font-weight: bold; }
    

    Best Regards,

    PenciDesign