Archived topic
Changing the button color at WP-Showpost
3 replies · Started by Günter on February 3, 2022
Viewing posts 1–4 of 4
Hello
I have a problem that I can not solve. How or where can I adjust the button color on WP-Showpost to the colors of my theme?
Thanks a lot, greetings Günter
Hi there,
with some CSS:
/* Static colors */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
border-color: transparent;
background-color: #f00;
color: #fff;
}
/* Hover colors */
a.wp-show-posts-read-more:hover {
border-color: transparent;
background-color: #f00;
color: #fff;
}
Thank you!
You're welcome
This archived topic is closed to new replies.