Expanse Theme - Change Color & Font of the Menu

Solved

Expanse Theme - Change Color & Font of the Menu

Jacob_Fashion
Visitor
3 0 0

Hi 

I like to change in the Menu the "Sale" Category with the background red and the font white: 
Like this Bildschirm­foto 2024-04-04 um 20.58.46.png

Accepted Solutions (2)
Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>



 

<style>
a[href="/collections/sale"] {
background-color: red;
color: white;
}
</style>

 

If my solution works, then please like and accept it as a solution.

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

@Jacob_Fashion  I have also checked your website design and it is not mobile responsive. I can help you out to make it 100% mobile responsive.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2913 418 1083

@Jacob_Fashion  please provide website url.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Jacob_Fashion
Visitor
3 0 0
Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>



 

<style>
a[href="/collections/sale"] {
background-color: red;
color: white;
}
</style>

 

If my solution works, then please like and accept it as a solution.

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

@Jacob_Fashion  I have also checked your website design and it is not mobile responsive. I can help you out to make it 100% mobile responsive.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Jacob_Fashion
Visitor
3 0 0

Works perfectly! Do you know how I can adjust the color red? 

Hardik29418
Shopify Partner
2913 418 1083

@Jacob_Fashion  What kind of adjustment you want?

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email