Is there a way to change text announcement background colour for different pages?

Hi everyone,

was just wondering if there was a way to change my text announcement background colour for different pages? I’d like to keep it white on my home page and switch between two other colours for my other pages.

my store is: https://www.kbty.com.au/

password: teethu

Thanks in advance!

Hi @kbtyau ,

Please follow this guide:
a. Goto Shopify Admin → Online Store → Themes
b. On your current theme, click … → Edit code
c. Follow 1 → 2 → 3 to search end of head tag

d. Add follow code, it can be change color only when view product page

{%- if template.name == 'product' -%}

{%- endif -%}

Hi @kbtyau

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

{% unless template contains 'index' %}

{%endunless%}

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Thank you!