Archived topic
Bg and font color change on hover
1 reply · Started by Tobias Hjorth on December 22, 2015
Viewing posts 1–2 of 2
Hi Tom and others
Is it possible to make masonry posts (only masonry, not full post) change bg color and font color on mouse hover?
Side question: Tom is it possible to upgrade my version from full to unlimited for a discount?
Thanks in advance :)
Hi Tobias,
You can try something like this (you'll need to change the colors):
/* background color and text color */
.masonry-post:hover .inside-article {
background: red;
color: white;
}
/* link color and entry meta color */
.masonry-post:hover .inside-article a,
.masonry-post:hover .inside-article a:visited,
.masonry-post:hover .entry-meta {
color: white;
}
/* link color on hover */
.masonry-post:hover .inside-article a:hover {
color: white;
}
You can absolutely upgrade - shoot me an email at support@generatepress.com :)
This archived topic is closed to new replies.
