Change Mobile navigation color for Symmetry theme

Solved

Change Mobile navigation color for Symmetry theme

Lars_Veldman
Tourist
6 0 2

Hi All, 

 

In the Symmetry theme, I would like to change the color of the mobile navigation text in the navigation drawer. By default, the text is black, but I want to make the "Sale" header red using custom CSS. I was able to achieve this for the desktop view, but I'm having trouble getting it to work for the mobile view. How can I adjust the CSS to specifically target the "Sale" link in the mobile navigation?

Lars_Veldman_0-1726860881870.png

 

Lars_Veldman_2-1726860983613.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8373 2001 2461

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.navigation__item a[href="/collections/spring-sale"] {
    color: red;
}

 

And Save. 

Result:

Made4uoRibe_0-1726863704834.png

You also have some code, but it needs to be edit. If you know where this code is, you can simply edit it. This file is located in the theme.liquid.

You have this code. 

Made4uoRibe_1-1726863855009.png

Now you can replace on this or edit it. 

 

.navigation__link[href="/collections/spring-sale"] {
    color: red;
}

 

And Save. 

This will show both mobile and dekstop. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8373 2001 2461

Hi @Lars_Veldman 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Lars_Veldman
Tourist
6 0 2
Hi,

The url is: refined-melbourne.com
Made4uo-Ribe
Shopify Partner
8373 2001 2461

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.navigation__item a[href="/collections/spring-sale"] {
    color: red;
}

 

And Save. 

Result:

Made4uoRibe_0-1726863704834.png

You also have some code, but it needs to be edit. If you know where this code is, you can simply edit it. This file is located in the theme.liquid.

You have this code. 

Made4uoRibe_1-1726863855009.png

Now you can replace on this or edit it. 

 

.navigation__link[href="/collections/spring-sale"] {
    color: red;
}

 

And Save. 

This will show both mobile and dekstop. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.