Post Hover Color
-
Hey! I am trying to emulate the effect this website (https://tresbirds.com/) has where if you hover over a blog post, the background changes to a different color. Is there any way to achieve this in the 2023 theme? I used this CSS
/* Button hover */
.wp-block-button__link:hover {
background-color: #9DFF20;
color: #FFFFFF;
}I found in another post to do something similar to the buttons, but I’m not sure how to achieve this for posts. Thank you for the help!
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Post Hover Color’ is closed to new replies.