TheFour – Change color of hover links/thumbnails/highlights
- The topic ‘TheFour – Change color of hover links/thumbnails/highlights’ is closed to new replies.
Need help? Check out our Support site, then
Hello – I’d love to change the color of copy when it is selected (highlight color), as well as the color of the portfolio thumbnails when they are hovered over. Is there a way in which to do this by adding CSS?
The site I am working with is jasminecrandall.com
Thanks so much!
Jasmine
The blog I need help with is: (visible only to logged in users)
Hi Jasmine,
Please use the following CSS:
::selection {
background: #your background color;
color: #your text color;
}
.project:hover .entry-text {
background-color: #yourcolor;
}