We're merging with GenerateBlocks! Learn more here.

[Resolved] add border but not around images

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support add border but not around images

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23507
    Carlo
    Participant

    Hi there,

    in a base card style,

    When I add a border in wpshowposts settings, the border shows up all around the card.

    Is it possible to add a border only around the part of the card below the images and not around the images?

    Thank you

    #23516
    Carlo
    Participant

    Never mind, solved 🙂

    In case it could be useful for someone else:

    .wpsp-content-wrap {
                             
                                border-color:aqua;
                                border-style: solid;
                                border-width: 1px;
                            }
    #23585
    elvin
    Moderator

    Never mind, solved 🙂

    In case it could be useful for someone else:

    Thank you for sharing. 🙂

    Alternatively, you can shorthand your border properties by writing it this way:

    .wpsp-content-wrap {
       border: 1px solid aqua;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.