Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #868344

    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!

    #868451

    Hey msg8891,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #868471

    See private contents.

    #868751

    Hi,

    Would it be the same to just add a border to the bottom of the image?

    Best regards,
    Jordan Shannon

    #868801

    I believe so, but I can’t seem to figure out the right code to make that happen.

    #868978

    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

    #869028

    Thank you!

    #869441

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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