Where do I change what color the highlight is for the text on my website?
Hey phillipikoo!
Thanks for getting in touch with us!
Please change colors by going to General Styling and even Advanced Styling in the Enfold theme options.
Let me know if you need further assistance.
Regards,
Jordan
Where can I find it in General Styling?
Hi!
To change the highlight color please go to Enfold > General Styling > select any section here like “Logo area” > Highlight color
Should you have further questions please share the link to your site where we can inspect the element in question so we can provide you accurate solution :)
Regards,
Vinay
Hey Vinnie. I’ve included a link to the page. If you highlight the main body text, it is green. I’d like to change it to a different color
Hey!
Please add to your CSS file and change accordinly with what you want
::selection {
background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #ffb7b7; /* Gecko Browsers */
}
Best regards,
Basilis
Thanks!