Site logo

[Resolved] change the background column colour wp posts

Home Forums Support [Resolved] change the background column colour wp posts

Home Forums Support change the background column colour wp posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1533111
    Escobar

    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.

    #1533129
    David
    Staff
    Customer Support

    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.

    #1533266
    Escobar

    You are the best!

    Simply the best.

    Thanks again.

    #1533301
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.