Change color of the specific text in the header (Minimog theme)

Hello,

I am using Minimog theme and I would like to change color of the page title “SALE” in the header,

I searched for the solution, but can’t find it,

Thank you in advance,

2 Likes

@frendilove

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello, sorry for late response,

The URL is https://f607zrhxi63gehtt-55539662902.shopifypreview.com

As I have mentioned I just want to change SALE button color into red, instead of it being black as other buttons,

Thank you in advance,

@frendilove

thanks for url yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
a[href="/collections/sale"] {
    color: red;
}
1 Like

Thank you so much, it did work, exactly what I wanted

1 Like

@frendilove

ifs my pleasure to help us

1 Like