Hi,
when i publish a new post, the background of the main picture has an grey color gradient layer – even in the grid on the homepage. Can i change this color gradient layer?
best greetings
David
Hi,
on my startpage i’m using Big Grid8. I can see the grey layer both on the Big Grid8 and on the pictures on the homepage and in the article. I can send you some screenshots.
Best greetings David
Hello rockingfamily,
Please provide your website URL and also, please provide some useful screenshots with the certain place where you want to make changes. It is necessary for these because I can further inspect it closer the element and so I will be able to provide a more accurate response.
Thank you for the message!
Hi,
the URL is http://www.rockingfamily.at the picture with the tiptoi pens has a white background but not its grey.
how can i upload some screenhots?
Best greeting
David
Hello
If you want to remove that background effect, you have to use a bit of CSS code to do that. Please try the code below and place it in Thee panel->Custom CSS area. If you want to apply these settings for other modules you have to use the inspector and target the certain element.
The code is ->
.td_module_mx8 .td-module-thumb a:last-child:after {
display:none;
}
The result you should see here -> http://screencast.com/t/qUFr2yGfzEcK
Thank you for the message!