hi all,
Is anyone able to help me make a CSS code to make my ‘SALE’ and ‘CLEARANCE’ headings/links on my home page red?
Thanks in advance. ![]()
hi all,
Is anyone able to help me make a CSS code to make my ‘SALE’ and ‘CLEARANCE’ headings/links on my home page red?
Thanks in advance. ![]()
Using the custom css feature for themes try the following css
READ: https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
a[href*=sale] , a[href*=clearance] { color: red; }
Wonderful, thank you very much.
Champ bro! thank you!