Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204807

    Hello,

    I’m trying to find a way to add a background color behind each blog post when viewing in the grid layout. The effect would be that there would then be tiles for each news item.

    If we can’t do the tile effect, Option 2 would be to add a gray border around the images in the grid layout.

    At the end of the day, I’m going to have some images with white backgrounds, and I don’t want them to fade into the page background. I want there to be a distinct line showing where the image borders are. Ideally, I would do that with the tile effect, but at the very least, I’d like to add image borders.

    Anything you can help me with? Thanks.

    #204857

    Hi tck!

    You can add this on your custom.css or Quick CSS:

    .avia-content-slider .slide-entry {
    background: gray;
    padding: 10px;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Enfold: Add light gray background to each blog post on the blog grid layout.’ is closed to new replies.