Remove CSS layer on slider pictures

Posted in: Newspaper
Post count: 2

Hi guys,

Quick question: how can I remove the transparent layer that sits onto the pictures displayed in the main slider? Check our implementation here http://www.lemojo.com

Our feeling is that this layer cuts a lot from the color vividness of the pictures we’re uploading there.

PS: if possible, we’d like this layer removed from everywhere in the website (sliders, paralax) along with the hover zoom.

Thanks,
Radu

Post count: 7909

Hi,

I guess that you have changed the grid style to 4, so the gradient color is not applied anymore. If you use grid style 1 and remove background gradient color please check this – https://forum.tagdiv.com/topic/grid-style-1-to-dark/ also if you want to reduce the darkness – https://forum.tagdiv.com/topic/change-shadow-function-in-big-grid-3/

For zoom effect please try this custom css in Theme Panel > Custom Css:

.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}

Hope this helps!

Post count: 2

Thanks, Alin! Worked like a charm.

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