This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hello,
Where can i change the red colour when i select a word?
https://gyazo.com/69bf67827a4d39b497764ea535c1ee05
Hello,
To change selection add the following code in Theme Options > Styling > Custom CSS
::selection {
background: your_color;
}
Regards
Thank you! and the color of the sales button? https://gyazo.com/97e64448bad6d0c282309d70469d9d71
Hello,
You’re welcome!
Please, use this code:
.onsale { background: #ff0d5f;}
Regards
You must be logged in to reply to this topic.Log in/Sign up