Make header normal on pages

Make header normal on pages

Daniel19901
Shopify Partner
296 2 88

hi, I would like to make my header normal for all pages besides the homepage. Currently it is transparent for all and it covers the headers of the pages

 

https://cl1jel0t3jrh2phm-51658555567.shopifypreview.com

Replies 5 (5)

Asad-Mahmood
Shopify Partner
445 80 91

Do you want to make the header background to blue on all pages except the home page ?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




Daniel19901
Shopify Partner
296 2 88

@Asad-Mahmood white and all the menu items black 

Asad-Mahmood
Shopify Partner
445 80 91

Go to your online store -> edit code -> theme.liquid file and paste the code in the end 

{% unless template == 'index' %}
  <style>
    .header-wrapper {
        background: #fff !important;
    }
    #shopify-section-sections--18213256528130__header a, 
    #shopify-section-sections--18213256528130__header span, 
    #shopify-section-sections--18213256528130__header p {
        color: #000;
        text-shadow: 2px 2px 4px rgb(153 147 147 / 90%);
    }
  </style>
{% endunless %}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




Dan-From-Ryviu
Shopify Partner
11681 2289 2470

Hi @Daniel19901 

Please wrap the code that you added to make a transparent header in to this code 

{% if template == 'index' %}

{% endif %}

So your code will look like this 

{% if template == 'index' %}
.header-wrapper {
    background: transparent !important;
    position: absolute !important;
    width: 100% !important;
    top: 0px;
}
{% endif %}

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Daniel19901
Shopify Partner
296 2 88

worked like magic!!! thank you!!

Is there a way to make the text and icons black when not transparent ?

 

https://cl1jel0t3jrh2phm-51658555567.shopifypreview.com