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
Goal: Change the “sales” button color in the Dawn theme’s header menu so it stands out (preferably blue).
Steps and attempts:
Outcome:
Status: Resolved. The button color can be customized by editing component-menu-drawer.css and setting the desired hex color on “summary#HeaderDrawer-soldes”.
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
Hi @Radar06400
Please provide the store URL so that I can provide you with the code.
@Radar06400 Please share your store URL to help you with this.
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.
Doesn’t do anything …
@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.
second time’s the charm worked perfectly thank you !!