Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to put a border around the image only in Grid Extended layout.

To add a border around the image use the following CSS snippet on the page.

.et_pb_post_extra.el_dbe_grid_extended .post-media {
border: 5px solid #e20b20;
}

Here you can change the 5px size & color #e20b20 according to your need.

Output:

divi-blog-extra