sub menu button on mobile version

tarekanani
Shopify Partner
6 0 1

 I have a problem with my mobile menu function when I press the + button it doesn't open the sub-menu I did search about it in the Shopify customizer and I didn't find anyway to customize it I don't know where to play with it in the code .

 

website is thecubanacoffee.com

Replies 2 (2)
BSS-Commerce
Shopify Expert
2820 376 394

Hi @tarekanani ,

 

Go to Themes => Edit code

- In the plugin.css file, add the following code at the end of the file:

.offcanvas-mobile-menu .offcanvas-wrapper .offcanvas-inner-content .offcanvas-navigation .menu-item-has-children .menu-expand {
  z-index: 1;
}

Hope it helps @tarekanani  

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

tarekanani
Shopify Partner
6 0 1

Hello @BSS-Commerce 

 

Yes, I added the code and the button works but it is not showing the sub menu items. but I noticed that this happened since I changed the + button color by a custom CSS code is this a relation with what happens?  and how can I do both without affecting the expanding function?  

 

thank you so so much for your reply I appreciate it so much