Dropdowns not working

I’ve set up a main menu with product categories as a sub-category. However, when I hover over the category, nothing happens.

I’ve already followed the advice in this troubleshooting page as well as tried to find a solution in the forums, but nothing specific to my issue.

Looking at the CSS, it appears the sub-categories are there, but they aren’t showing and I can’t see an issue with z-index.

Hi there,

Thanks for writing in! Please try adding the following code in the Theme Options > CSS:

.x-masthead .ps {
    overflow: visible !important;
}

Let us know how this goes!

1 Like

Thanks @Nabeel! That worked for me.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.