Solved

Why is the menu color light after changing it in the Debut theme?

angelamesat
Excursionist
15 0 7

Hi! I´m trying to chance the color of the menu in debut theme, but when I change it the color is light.

My URL https://mariaemma.com.co/

Thank you! 

Accepted Solution (1)

Mr_RaviRaj
Shopify Partner
505 57 108

This is an accepted solution.

@angelamesat 

Welcome to Shopify Community.

Kindly add this code in the bottom of theme.css file.


1. Navigate to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
3. Save it.

span.site-nav__label {
    color: red !Important;
}

Choose color according to your need.

banned

View solution in original post

Replies 4 (4)

Mr_RaviRaj
Shopify Partner
505 57 108

This is an accepted solution.

@angelamesat 

Welcome to Shopify Community.

Kindly add this code in the bottom of theme.css file.


1. Navigate to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
3. Save it.

span.site-nav__label {
    color: red !Important;
}

Choose color according to your need.

banned
angelamesat
Excursionist
15 0 7

Thank you!!!!

Mr_RaviRaj
Shopify Partner
505 57 108

@angelamesat 

Your Welcome.
Let me know if you need any more help,
We are happy to help you.

 

Thank you,

banned
angelamesat
Excursionist
15 0 7

Ravi,

 

Thank you for your help, I have to delete all the solutions because they show an error 😞 I´m not a developer and Im afraid to make a disaster. Thak you very much for you help!