What is the CSS to change highlight text color
- The topic ‘What is the CSS to change highlight text color’ is closed to new replies.
Need help? Check out our Support site, then
Hi Ben
How can I customize the mouse hover highlight title color on this page, currently it is orange: https://findhoward.com/category/too-many-good-stories/
Thank you!!
Anna
The blog I need help with is: (visible only to logged in users)
Hi Anna – You can change the hover colour with:
a:hover, a:active, .summary-main .summary:nth-of-type(1) a.dark:hover, .summary-main .summary:nth-of-type(1) a.dark:active {
color: #000000;
}
You can select a colour here:
https://prothemedesign.com/tools/color-picker/
Thanks – Ben