Why on mobile version my Drop down menu is transparent on Main page, but on product page it has black background? I tried everything, please help

Title says it all, here is a picture of the drop down menu also. I want the background to be black. I use Ride theme.

2 Likes

Hey @Kotipojat

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.rg-hero__container {
    z-index: 1 !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you so much it’s fixd!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like