Make Big Grid Full 5 images brighter

Posted in: Newspaper
Post count: 5

Hello, on my homepage I am using the Big Grid Full 5 component to display 5 of my latest posts. https://www.2hungryguys.com.au/

This images are presented quite dull. Is it possible to make them brighter?

Thanks,

Luke

Post count: 20688

Hi,

Each Big grid has predefined styles that you can select. Those can be seen here for example for the grid you mention
https://demo.tagdiv.com/newspaper/full-big-grid-5/
If you would like to keep the current grid style, you can try this code that will remove the shadow applied on the thumbnails
https://www.screencast.com/t/G136zrY1g0nD
Enter the code in Theme panel->Custom CSS if you decide to use it

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

Thanks

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