How can I delete the transparent header from my Theme Forest theme?

The main menu is showing transparent until I scroll down, but it’s so hard to read this way. There is no option for transparency settings like in other themes and I don’t see any other option to change it. I also don’t know which theme I’m using but I know I bought it from Theme Forest. (I’ve bought over 30 and can’t find one in my list that looks similar). Can someone please help me remove the transparency??

https://neurodiversity-nation.myshopify.com/

Password: sheene

Hi @lillylove ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/dt-framework.css->paste below code at the bottom of the file:

section#sticky-header {
    background: rgba(255, 255, 255, 0.9) !important
}

Hope my answer will help you.

Best regards,

Victor | PageFly

That did not work :disappointed_face:

@lillylove , You can try again with the following method:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hello @lillylove ,

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

1 Like

Thank you SO much! This worked!

I am so glad that my recommendation can help :smiley: .