How do I remove the dark tint over my photo in Newspaper?

Posted in: Newspaper
Post count: 10

Hiya!

I changed my design to Block 18 in Newspaper. Site: http://www.ksu247.no

As the pictures shows, my top story picture is now darkended.

Pic: http://www.ksu247.no/wp-content/uploads/2017/09/skygger.jpg

I have earlier used this code, but it is not working now.

.td-module-thumb a:last-child:before{
background:none!important;
}
.td-module-title a{
color:red!important;
}

Please advice!

Post count: 20688

Hi,

That background overlay could be removed with a code like this
https://www.screencast.com/t/XBfG9A1IU

.td_module_mx8 .td-module-thumb a:last-child:after {
background: none;
}

The post title is set to the color you wanted, so that code is working at the moment.

Thanks

Post count: 10

EDIT: Works!

Hi, Simion C.

Thank you for helping me. But the new code is not working…

My main story photo is still black tinted on the front page. http://www.ksu247.no

All my custom CSS code is this:

.td_module_mx8 .td-module-thumb a:last-child:after {
background: none;
}
.td-module-title a{
color:red!important;
}

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