Drop down in the menu does not work - prestige theme

Hello Community,

My drop-down in the menu does not work. For “Service & Info” I have a drop-down configured as followed:

Store: www.bijuuu.com

Menu

Settings

Could you please advise?

Hi @zehrace ,

You can solve the issue by adding this CSS code at the bottom of your theme.css or theme.css.liquid file from Online store > Themes > Edit code > Assets

.shopify-section--header { overflow: inherit !important; }

Hallo @zehrace

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > Layout > theme.liquid

paste below code above tag


If you require any further information, feel free to contact me.

Best regards,

Hello @zehrace ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

before it worked without changing something in the code. So why does it now not work?

Is there any way without coding? The drop-down used to work before too.

But now it’s not working.

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file “theme.css” and open.

step 02:

  1. Paste the code at the of the file.
.PageContainer .shopify-section--header {
    overflow: initial !important;
}

https://prnt.sc/KXjlv3Njoz5l

I Hope this can help you and solve you get issue

Thank you!

Thank you! This worked :slightly_smiling_face: