How can I fix the sub-menu button issue on my mobile site?

How can I fix the sub-menu button issue on my mobile site?

tarekanani
Shopify Partner
20 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 Partner
3477 463 538

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency
tarekanani
Shopify Partner
20 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