I have been looking through the forums and found how to put a border around the entire container but I’d like for my items to have a border around the image itself, the text below, and one of the same size/color in between the image and the text.
Using the code below, I was able to create the border around the entire container, but not the area between the image and the text. Hopefully, this make sense…
.slide-entry {
padding: 10px;
background: #f8f8f8;
border: 1px solid #ebebeb;
}
.av-masonry-entry .av-inner-masonry {
background: #f8f8f8;
border: 1px solid #ebebeb;
}
Thank you!
Hey msg8891,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
See private contents.
Hi,
Would it be the same to just add a border to the bottom of the image?
Best regards,
Jordan Shannon
I believe so, but I can’t seem to figure out the right code to make that happen.
Hi,
Try adding the following to quick css and change the variables to what you need:
.av-inner-masonry-content.site-background{
border-top:#000 1px solid!important
}
Best regards,
Jordan Shannon
Thank you!