Support » Theme: Storefront » Change Desktop Menu to Click rather than Hover?

  • Resolved juliakillip

    (@juliakillip)


    Hi, thank you for this theme. How can I change the menu to click rather than hover activated? I’d appreciate any help as we have a big menu so people find it difficult to use with the hover as it can disappear as they scroll. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    I noticed that your submenus are quite big and having the padding so big around the submenus area isn’t ideal. Changing the behavior of the submenus will require the assistance of a developer, however, a quick workaround this would be to reduce the padding for the submenus. Here’s the CSS code that you can use in Customize > Additional CSS field:

    
    #page .main-navigation ul.sub-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    

    I hope this helps!

    Cheers

    Thread Starter juliakillip

    (@juliakillip)

    Thank you so much Robert for you help, what a difference that change has made! Thanks again for your time.

    Hi @juliakillip,

    I’m happy to hear that Robert’s solution worked for you.

    I’ll go ahead and mark this post as resolved. If you have any further questions or need additional help with the Storefront theme, please start a new thread and we’ll be able to help you there. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Desktop Menu to Click rather than Hover?’ is closed to new replies.