Sorry.
I wanna remove the oily color overlay on the thumbs on category pages. See here https://disneyplusser.nl/laatste-nieuws/
Also there seems to be a black/dark overlay on the top grid. It looks kind a dark. How can i remove this? see here https://disneyplusser.nl
Thanks!
Hello !
You should be able to edit the block using the tagDiv Composer as you can see here: https://www.screencast.com/t/raOfQAOw2
I hope this was helpfull !
Thank you !
UPDATE:
Oily layer is removed. It was the’CATEGORY TOP POSTS GRID STYLE’ option in categories.
The black/dark overlay on my grid images is still not fixed. Please look at the images in the top grid in comparison to the ones below under the blue tabs. The ones in the grid look darker and i dont like that. How to fix?
Thanks!
Hello !
The colors can be changed by going into Theme Panel – Theme colors.
Also please add this code: .td-grid-style-1 .td-module-thumb a:last-child:before {
display:none!important;
}
The code must be pasted here: https://www.screencast.com/t/2cOfBbmLa
Thank you !
I added the code and its fixed, but now i see a black flash when i refresh the page. How to remove the black flash?
I changed all the article titles in the ‘modules and blocks’ section (see here https://imgur.com/Rjbajmw) and my grid titles are still white. This is super annoying. Where can i change the color of my grid titles? I dont see the setting.
Hello !
I cannot see the black flash. Does this happen on a certain page ?
Blocks are editable using the tagDiv Composer as you can see here: https://www.screencast.com/t/UIS5tCRxH
I hope this was helpfull !
Thank you !
Hi I also want to adjust the opacity of the image thumb overlay on Home and Category pages. https://thewestsider.com.au/snaps/overlay-opacity.JPG
You said “The colors can be changed by going into Theme Panel – Theme colors.”
But where? I cannot see the setting to change this in here.
Hi,
If you are referring to that gray, then you can fix it using our guide for thumb regenerators -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If there is still a problem, or this is not what you mean, let me know!
Thank you!
Thanks but I dont think regenration is going to solve it. Its not about thumbnail size or the thumb images themselves – the grey I have highlighted is part of the template, it goes darker when you roll-over as part of the thumb animation.
I want to either remove it, or control the opacity
Hi EdWest,
So you want to remove the background that is set on title then you can use css like this ->
.td-image-wrap:before {
background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 20%,rgba(0,0,0,0))!important;
}
This code need to be set in theme panel> custom code> custom css.
Thank you!