When I highlight the text, it gives me a off red color. I want to change it to a specific color. How do I change the highlighter color.
Hey mikkijack,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
::selection {
background: #555!important; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #555!important; /* Gecko Browsers */
}
Best regards,
Vinay
Thank you for getting back to me so fast, but that didn’t do it.
Nevermind, I’ve fixed it.
Hi,
Glad you got it sorted :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay