How to remove shadow in full grid 7

Posted in: Newspaper
Post count: 33

How to remove shadow in full grid 7, “grid style default”

I want to remove shadow and want to add thin border to all upper 3 and lower 5 frames

Post count: 33

Grid Name: Big Grid Full 7

Post count: 20688

Hi,

For removing the gradient, you could try a code like this
https://www.screencast.com/t/2WwLwdIxV9
Enter it in Theme panel->Custom Css

.td_block_big_grid_fl_7.td-grid-style-1
.td-module-thumb a:last-child:before {
display: none!important;
}

For the border I don’t know how exactly you want it to be. You could use something like this for example
https://www.screencast.com/t/pyKTqI3tO

.td_block_big_grid_fl_7 .td-module-thumb {
border: 1px solid blue;
}

Or create your own code and customize the grid modules the way you want. Use the browser inspector to identify the elements present and their classes and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.