This topic has 4 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow
Hi,
I’ve noticed that the highlight text color is custom on your theme and I’d like to change it.
Do you know where I can do that in the settings?
Thanks for your help 🙂
Regards
Following is our css code for highlight / selection text colour and background.
Change the color code to the colour you want and put it in,
8theme options –>> styling –>> custom css –>> global custom css
::-moz-selection {
background: #d64444;
/* WebKit/Blink Browsers */
color: #fff;
}
::selection {
background: #d64444;
/* WebKit/Blink Browsers */
color: #fff;
}
::-moz-selection {
background: #d64444;
/* Gecko Browsers */
color: #fff;
}
Thank you very much! It works perfectly 🙂
Regards
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up