how can i change grid blur?

Posted in: Newspaper
Post count: 2

I use ‘Newspaper’ theme.

I want to change top post grid blur.
I mean there is a gray(?) or dark color blur on the each post thumbnail.

I want to make that more clearly.(not remove, because of post title legibility)
How can i change this?

(p.s. sorry for bad English and explaination)

Post count: 22421

Hello,

This can be achieved in 2 ways. The first one is choosing a different grid style. Take a look at our demo and switch between grid styles here: http://demo.tagdiv.com/newspaper/big-grid-1/ Style 4 is the brightest one. This style can be selected in visual composer: http://screencast.com/t/wF53pOxdCQb
If you do not wish to change the style and you use style 1 (i assume) then you can use css to remove the gradient:
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
display:none!important
}

Thank you!

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