Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to change the colour of one specific button in header menu ?

Solved

How to change the colour of one specific button in header menu ?

Radar06400
Tourist
7 0 1

Hi guys, 

 

We would like to change the colour of out "sales" button to blue so it stands out, however we have not managed to do this so far. Dawn theme 

 

Accepted Solution (1)
JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

@Radar06400 
I guess you have made some changes now. Try

summary#HeaderDrawer-soldes {
    color: #ff0000;
}

 Please hit Like and mark it as a solution if it helps.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

View solution in original post

Replies 7 (7)

JasmeetVT14313
Shopify Partner
292 63 76

Hi @Radar06400 
Please provide the store URL so that I can provide you with the code.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

Vinsinfo
Shopify Partner
460 158 157

@Radar06400 Please share your store URL to help you with this.

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
Radar06400
Tourist
7 0 1
JasmeetVT14313
Shopify Partner
292 63 76

@Radar06400 

Try adding the below code to end of "component-menu-drawer.css" file

 

 

 

summary#HeaderDrawer-soldes font {
    color: red;
}

 

You can change red to any other color or use hex code like #ff0000


Please hit Like and mark it as a solution if it helps.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Radar06400
Tourist
7 0 1

Doesn't do anything ... 

JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

@Radar06400 
I guess you have made some changes now. Try

summary#HeaderDrawer-soldes {
    color: #ff0000;
}

 Please hit Like and mark it as a solution if it helps.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Radar06400
Tourist
7 0 1

second time's the charm worked perfectly thank you !!