Shopify themes, liquid, logos, and UX
Hi all,
I want to change the button "Uitverkoop" in my menu to red.
However i cannot find the solution to do so. I have tried a lot of solutions given here on the forum but it wont work.
I use the Craft theme.
i also want it to be red in the mobile version.
Can anyone help me out?
Solved! Go to the solution
This is an accepted solution.
Thank you for the information. Try this one.
#HeaderMenu-uitverkoop > span {
color: red;
}
@media only screen and (max-width: 989px){
a#HeaderDrawer-uitverkoop {
color: red;
}
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey, please provide the store URL
Hi @VividHome
Would you mind to share your Store URL website? with password if its protected. Thanks!
This is an accepted solution.
Thank you for the information. Try this one.
#HeaderMenu-uitverkoop > span {
color: red;
}
@media only screen and (max-width: 989px){
a#HeaderDrawer-uitverkoop {
color: red;
}
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! it works now.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025