change button/text colour on homepage only!

Hi I really need help! I cant get the text and buttons on the homepages both mobile and dektop to go white while the rest of the pages to stay black as seen below. any help would be so appreciated! I also want my logo to stay white on the homepage and black on all the others!

Hi, @smezstudios
Could you please share your store url(password)?

hi there is no password now thanks

Hi, you don’t share store URL.

  1. Go to online store → theme → edit code.

  2. Open them.liquid and add follow block into style block.

{%- if template.name == ‘index’ -%}
body * {
color: white !important;
}
{%- endif -%}

hi its https://smezstudios.com/

im not sure where the style block is could you explain?

Okay I see, you can add style block in like this.
{% style %}
here input the code
{% endstyle %}

Hi thank you it partially worked… the text is mostly white except in mobile view the logo on the home page is still black. also the side bar menu text on mobile view is now all white text so you cant see it against the white background anymore.

  1. In mobile view, logo src is black. so you should update logo src for mobile view. Please use them_white.png for mobile view logo.
  2. Do you want black color for sider bar in mobile view?

i think because i have a transparent logo it doesnt work…

yes for all the text in mobile view on the side bar i need black thanks!

Hi, @smezstudios
You set password for your store, I can’t access your store.
Could you please provide your password?