Hi, I wanted to change the colour of my mega menu for the drop down part. Right now it is black. I want it to have a low opacity just like the button in the middle. So that means it is somewhat transparent. Also, is there a way that I don’t have to press the word “SHOP” to see the drop down pages? I want to be able to just hover the text with my mouse to see it drop down?
I understand that you are looking to resolve your 2 problems, one is to change the background colour of your submenu and other is to make a hover dropdown effect on your “SHOP” button.
The background colour can be change by follow the following steps -:
You can see, when I temporarily add the code in your site, then it gives the desired output. https://prnt.sc/7fs_Yb3mLXMl
→ Save the changes.
The second problem can be resolved by changing the structure of navigation as the click event from JS is overriding the CSS, so we cannot add mouse hover effect for the dropdown with CSS.
I hope this helps
Please let me know if you need any help from my side.