Header turning black issue

Solved

Header turning black issue

adrianovsky
Excursionist
32 1 11

The header turns black and the white bar at the top disappears when scrolling. Will there be someone kind enough to help me with this? This is one of the last bugs before releasing the store.

 

https://imgur.com/a/YoNxnXi

forgeofpower.com  password: baufli

Accepted Solution (1)

Moeed
Shopify Partner
7390 2000 2441

This is an accepted solution.

Hey @adrianovsky 

 

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>
.header_wrap1.inverted {
    background: #062B57 !important;
}
</style>

RESULT:

Moeed_0-1727421563762.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7390 2000 2441

This is an accepted solution.

Hey @adrianovsky 

 

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>
.header_wrap1.inverted {
    background: #062B57 !important;
}
</style>

RESULT:

Moeed_0-1727421563762.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


adrianovsky
Excursionist
32 1 11

It worked, but still white bar is missing.