Block 14 on Homepage: Invisible Block title when hover thumbnail and/or excerpt

Posted in: Newsmag
Post count: 88

Hello, I build my homepage with the tagdiv-composer and use block 14. If I hover on the thumbnail or the excerpt of a posting in the loop the block title of the post is getting invisible / white (background is white).

Is there a possibility to change this in the theme panel or is there a css code to change the color so that the block title is getting visible instead invisible?

Here my homepage: https://www.awayfromlife.com/

Thank you!

Post count: 88

On categroy pages with block 14 there isn’t the problem (for example: https://www.awayfromlife.com/news/)

Post count: 23312

Hello AWAY FROM LIFE,

I guess that you have made some additional customizations through your website and that’s why you bring this error, sorry! I have tried to overwrite some CSS rule to avoid the transparent post title when you hover over it. Try the code below and place it in Theme Panel->Custom CSS area.

The code is ->

.td_module_wrap .td-post-category:hover{
background-color:#891200!important;
}
.td_module_wrap:hover .entry-title a{
color:#891200!important;
}

Thanks for your understanding!

Post count: 88

Hello Catalin,

the code worked perfect. Thank you so much!

Best, Simon

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