Logo Color Change

Hello,

I am currently using the Broadcast theme, does anyone know how I can change my logo color to white on my homepage only so that it would show against my dark colored banner? I want to keep it black for the rest of the website.

Thanks!

@TiagoAlmeida4 thanks to post here.

please use style under the liquid condotion

{% if template == 'index' %}
  

{% endif %}

Hey @TiagoAlmeida4

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hello, sorry but where is the liquid condotion?

Sorry that means condition of liquid code put it on theme.liquid file then add style for logo in it @TiagoAlmeida4