How to remove dark haze around bottom of images?

Posted in: Newspaper
Post count: 34

Hello, When you click on a media file for example in a gallery the image pops up larger but has this darker haze towards the bottom of the image, how can I remove that? Thank you in advance

Post count: 18283

Hello !

Please provide a link to your website in order to take a look.

Thank you !

Post count: 34
Post count: 18283

Hello !

Please use this code: .tdb-template .td-main-content-wrap{
padding-top: 5px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 34

Thanks for the reply but that does not fix the problem I need to resolve.

If you click onto any post, I have many a gallery of many pictures of said statue.

When you click to enlarge the image it blows up into a fullsize image that has this annoying black haze towards the bottom of the image. The top of the image is crystal clear but the bottom isn’t. Please how do I remove this bottom darkness in the images when viewing them?

Post count: 34

You can clearly see it in every single image in the entire website, even on the front page you see the image clear from top to middle but once you look at the bottom of the image it goes darker. How do I make every single image on the website crystal clear to see without any effects.

It seems to be some sort of effect that needs to be disable or removed.

Post count: 34

https://statuecollecting.com/silver-surfer-maquette/

Check the silver surfer post as it clearly shows this effect of the images going darker the lower you view it. Click on any of the images with a whitish background and look towards the bottom when it pops up in a larger image you can see this darkening effect towards the bottom. Please help

Post count: 18283

Hello !

Please use this css code for the image haze problem: .mfp-ready .mfp-s-ready .mfp-figure:before{
opacity: 0;
}

Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2

Thank you !

Post count: 34

Thank you for the reply Vlad, that fixed the issue on viewing the images in the post itself.

But how do put the opacity to 0 on the images shown as a featured image on the front page? Thanks for helping me out in advance.

Post count: 35449

Hi,

Please try this custom css -> https://i.imgur.com/KR8uYY8.jpg
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
opacity: 0;
}

Hope this will help you!
Have a nice weekend!

Post count: 34

Thank you very much gentlemen, I greatly appreciate the help. Have a wonderful day.

Post count: 35449

I’m glad that I was able to help you!
Have a nice day!

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