Hi in my main theme which I am going to public soon, when you refresh the page or when it opens for the first time it shows the old header (black) where now its transparent. can you please help with the code in order to hide it. Thank you
pass: biangu
Hi @MT27 ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Hello @MT27
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can use my code below to fix your issue. After inspecting your code, I found an error in the display of the Header section. I have also added code to help you correct the display.
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
.header-wrapper {
display: block !important;
background-color: transparent !important;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly