How can I make the header transparent in Prestige 7.3.6 theme?

Current theme: Prestige 7.3.6

Looking to make the header transparent when scrolling. With the latest theme, you can only make the header transparent with compatible sections like the “slideshow” section.

@1ouie Hello,
Can you please share your store URL i will check and provide a proper solution

1 Like

I appreciate the help, thank you. When you scroll down past the slideshow the header background turns white. Would like to see it transparent no matter what the section is.

https://eco5w606rtpxvjzf-25327599669.shopifypreview.com

Hey @1ouie

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@1ouie Thanks to Provide URL
I have checked your store
Please add this CSS Go to the online Store > Edit Theme > Assets > theme.css

x-header.header {
	background: transparent !important;
}

Like This

1 Like

This works for the homepage, thank you for the assistance!

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

Thank you, this works for every page.

Hi there,

We are still finding this not working for us. We have inputted both solutions and still a white header when you scroll down.

Any chance we can get some help?

Hey @RASROWEN

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Thank you

Hey @RASROWEN

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it

Best Regards,
Moeed

1 Like

Oh, thank you!!! Works great I appreciate it

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.

Hi, I have updated the theme and the code no longer works. Are you able to send me an updated version? Sorry about the hassle.