Archived topic
change the background column colour wp posts
3 replies · Started by Escobar on November 16, 2020
Is there a way to change the background colour ( at related posts) of the "card" to white?
This webpage for example: https://www.mivestuariolaboral.com/chalecos-de-trabajo
Image background color is white but the rest of the card where it is inserted is grey.
Thanks again.
Hi there,
try adding this CSS:
.wp-show-posts .wp-show-posts-inner {
background-color: #fff;
padding-top: 10px;
text-align: center;
}
.wp-show-posts .wp-show-posts-inner > *:not(.wp-show-posts-image) {
padding: 15px;
}
I have included some padding so the image and text doesn't touch the edge of the card.
You are the best!
Simply the best.
Thanks again.
Glad to be of help