How to remove the shadow/ color gradiant and crop of image in posts

Posted in: Newspaper
Post count: 5

Hey guys,
hope anyone can help:
I want to remove the shadow/ color gradiant on the picture in each post. And I don´t want the image to be cropped but shown in its full size.
This is killing us for months now! Hope anyone can help.

https://groove.de/2017/04/26/lorem-ipsum-dolor-sit-amet/

Example
I want this to be white not going from grey to white and back again.

  • This topic was modified 7 years by g.kreck.
Post count: 20685

Hi,

There is indeed a gradient there, it’s purpose is to make the post meta more visible over the featured image. For example
With gradient – http://prntscr.com/nimb5m
Without gradient – http://prntscr.com/nimbae the text is harder to read in this case.

However if you want to remove it, this code will do that, enter it in the custom CSS section of the theme panel

.td-image-gradient-style7:after {
display: none;
}

The full image won’t be displayed, the container has a predefined height, one of the reasons would be to achieve the same results regardless of image
http://prntscr.com/nimd4x
You could try something like this to make he image bigger if the images are actually bigger and allow it – https://forum.tagdiv.com/topic/changing-featured-image-size/

Let me know if you have more questions.

Thanks

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