Grey shade on top of featured photos

Posted in: Newspaper
Post count: 22

Hi everyone of tagdiv,

after searching the forum for hours – but still not finding the right answer, I hope you can help me again…

Please take a look on the attached photo and follow the red arrows. On these selected boxes and single post page is always a little grey shade on top of the photos.

Can you give me the CSS codes on how to remove these shades.

Red arrows to grey shades

You can take a look at http://www.pureglam.tv

It should be – “Slide, Big Grid4, Block1, Block14”

For most magazines it looks great but for my blog – it is not perfect… 🙂

Thank you for your assistance…

Best

Vanessa

Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css and it will remove the gradient color, but it may cause issues to your titles, they are not fully visible on some images – http://screencast.com/t/A9Nda8D1U4Kehttp://screencast.com/t/N8NNPrvAVz2G

.td_block_slide .td-image-gradient:before, .td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before, .td-post-template-3 .td-image-gradient:before {
opacity: 0;
}

Thanks!

Post count: 22

Thank you Alin,

it works great – only Block14 is missing…

Thanks V.

Post count: 7909

Hi,

Yes, I forgot about it, here is the code for block 14: http://screencast.com/t/0WwVBBWs

.td_block_14 .td_module_mx1 .td-module-thumb a:last-child:before {
opacity: 0;
}

Thanks!

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