Good Morning,
I’m wondering how I can change the text color of the recent posts shortcode on hover from the default red to gold. Below is the shortcode and edited CSS global code.
Shortcode:
[recent_posts count=“3” no_image=“true” orientation=“vertical”]
Global CSS:
.x-recent-posts .h-recent-posts {
margin: 0.5em 0;
color: black;
}
.x-recent-posts .h-recent-posts:hover {
color: rgb(175, 147, 19); /Trying to change to this text color on hover./
}
.x-recent-posts .x-recent-posts-date {
display: none;
}
You can view more at monticellomusic.wonderwhat.co. Thank you for your help.