Archived topic
WP show posts title color and hover
1 reply · Started by Fekry on April 9, 2020
Viewing posts 1–2 of 2
Hi there
I need css code for WP show posts title color and hover in home page only. color (#ef5f00) hover color (#303030)
thanks
Hi there,
the Pro version provides those options as well as a lot of other styling controls.
Or you can use this CSS:
.wp-show-posts .wp-show-posts-entry-title a {
color: #ef5f00 !important;
}
.wp-show-posts .wp-show-posts-entry-title a:hover {
color: #303030 !important;
}
This archived topic is closed to new replies.