Home › Forums › Pro Support › add border but not around images This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago by elvin. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 1, 2020 at 9:15 am #23507 CarloParticipant 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 December 1, 2020 at 9:42 am #23516 CarloParticipant Never mind, solved 🙂 In case it could be useful for someone else: .wpsp-content-wrap { border-color:aqua; border-style: solid; border-width: 1px; } December 1, 2020 at 8:13 pm #23585 elvinModerator 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; } Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In