Remove shading in opened pictures

Posted in: Newspaper
Post count: 36

Hi, my web site have a lot of charts images. When an image is clicked it shows a shading at the botom.
Here is an example:
Before opened: http://i65.tinypic.com/a4tm44.jpg
After it’s opened: http://i67.tinypic.com/j980ie.jpg

It’s very important to don’t have this shade. Is there any way to remove it?

Thanks!
www . argentina bursatil . com

Post count: 23312

Hello Arg,

If you want to disable that bottom shadow from big grid thumbnails, please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

The result is here -> https://www.screencast.com/t/oJNQaiZdlas8

Thanks for your understanding!

Post count: 36

Hi Catalin. As you said, this code disable shadow from big grid thumbnails. I need to remove shadow from posts and galleries images. Here you have an example in both cases (when you click the images):
http:// argentinabursatil . com/blog/merval-12917/

Thanks!

Post count: 23312

Hello,

Try the core below and place it in Theme panel -> Custom CSS area.

The code is ->

.mfp-figure:before {
content:none!important;
}

The result is here -> https://www.screencast.com/t/gnQiN0hD8

Thanks for the message!

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