How can I change my homepage header without altering other pages?

Solved

How can I change my homepage header without altering other pages?

Marco211
Explorer
91 0 20

Hi everyone, I have a problem that I can't solve and I would like your help. So my header text and my logo are dark because I want them to be that way on all pages except the homepage. So I don't know if it's possible but I would like to insert a clear logo on my homepage and clear icon colors, WITHOUT CHANGING THE COLOR ON THE OTHER PAGES.

I don't know if it's possible, but thank you for your availability. A thousand thanks

 

https://refade-8966.myshopify.com/

password: refade

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8403 2007 2465

This is an accepted solution.

The solution I can think without needing a developer edit your theme code is as follows. 

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Layout" folder, click on "theme.liquid" file
  • Find the code below. 

 

  <body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">

 

  • Then create another line, and place the code below 

 

    {% if template.name == "index" %}
    <style>
      header.header.header--middle-left.header--mobile-center.page-width.drawer-menu.header--has-menu.header--has-social.header--has-account {
          filter: invert(1);
      }
    </style>
    {% endif %}

 

 

  • And Save. 

See code placement here

Made4uoRibe_0-1699994013503.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

 

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
8403 2007 2465

Hi @Marco211 

 

As what I understand, you want to change the logo to clear, but not change the background which is black? Yes, you can use a PNG image for your logo with transparent background, but I suggest to change the color to white or lighter color, so your logo is visible

 

Made4uoRibe_0-1699991784274.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Marco211
Explorer
91 0 20

No, maybe I explained myself badly, I have black as the color of the header icons and the logo I uploaded is black and I would like it to be like this on all pages except the homepage. On the homepage my header is transparent and unfortunately having my black logo and black header icons I can't see anything, so I would like to upload a clear logo to the homepage and I would like the homepage header icons to be white

Screenshot 2023-11-14 210727.pngScreenshot 2023-11-14 210655.png

Made4uo-Ribe
Shopify Partner
8403 2007 2465

This is an accepted solution.

The solution I can think without needing a developer edit your theme code is as follows. 

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Layout" folder, click on "theme.liquid" file
  • Find the code below. 

 

  <body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">

 

  • Then create another line, and place the code below 

 

    {% if template.name == "index" %}
    <style>
      header.header.header--middle-left.header--mobile-center.page-width.drawer-menu.header--has-menu.header--has-social.header--has-account {
          filter: invert(1);
      }
    </style>
    {% endif %}

 

 

  • And Save. 

See code placement here

Made4uoRibe_0-1699994013503.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

 

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Marco211
Explorer
91 0 20

Wow, thank you very much, it work

Made4uo-Ribe
Shopify Partner
8403 2007 2465

Glad it did. Thank you as well

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
julianamachado
Excursionist
23 0 7

Hello, can you help me with a similar problem? On all my other pages I have the icons black, but I would like to have them white only on the main page.

I would also like to change just the logo for the main page without changing the others.

Thank you soo much!

Made4uo-Ribe
Shopify Partner
8403 2007 2465

Hi @julianamachado 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
julianamachado
Excursionist
23 0 7

Is there a way you can help me without it? The website has information that I cannot make public at this time

Made4uo-Ribe
Shopify Partner
8403 2007 2465

If still not publish yet, you can send a message. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.