brightness of big grid

Posted in: Newsmag
Post count: 18

Hi,

I have the big grid on my homepage but I don’t like the overlay that makes all of the pictures light/look dark on mouseover, can this be removed?

Many thanks

D

Post count: 6600

Hi,

Please try this custom css, add it in theme panel > custom css section: http://screencast.com/t/JXxkusTd0V

.td_block_big_grid .td-image-gradient:before {
display: none;
}

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 75

i have added custom css to get normal images on big grid.
.td-image-gradient:before{
background: transparent;
}
.td-module-thumb a:last-child:before{
background: transparent !important;
}

Didint workded.

http://www.turismonaturquia.com

Post count: 7909

Hi,

I see that you managed to solve this with Lucian css: http://screencast.com/t/cRG2pbFqC
Also your css for other blocks/modules gradient should work: http://screencast.com/t/mzrc4z43O7 you can also try display none:

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

Thanks!

Post count: 75

now i have all this still there is gradient or layer on the picture.

.td-image-gradient:before{
background: transparent;
}
.td-module-thumb a:last-child:before{
background: transparent !important;
}
.td-big-grid-post .td-image-gradient:before {
display: none;
}
.td-module-thumb a:last-child:before{
display: none !important;
}
  • This reply was modified 11 years by lospicos.
Post count: 7909

Hi,

Your css code is applying there: http://screencast.com/t/9EbdQtmyok88
This is how it looks with gradient and without: http://screencast.com/t/sJvbXOZthttp://screencast.com/t/EGIEkNWJkw

Thanks!

Post count: 75

So how I will do to apply to where i have big grid

Post count: 7909

Hi,

What you have on Big Grid is opacity, the gradient was already disabled with Lucian’s code.
Please try this custom css to remove opacity: http://screencast.com/t/jn25xGJ8hf5p

.td-big-grid-overlay:after{
display: none !important;
}

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.