How to modify Block 14

Posted in: Newspaper
Post count: 6

Dear Newspaper,

I’m using Block 14 in my page to show photo of the week. I realize that newspaper theme adding black layer on top of the featured image for Block 14. How i can modify it to remove the black overlay on top of the featured image?

Also i want to show only the title of the post using the Block 14. How can i modify the css of the Block 14??

Thank you for your help.

Regards,

Post count: 22421

Hi,

The gradient was added so you can see the white post titles better on bright images.
In order to remove the black gradient you can use this code:
.td_module_mx1 .td-module-thumb a:last-child:before{
display:none!important
}

If you want to remove the author and date from the block you can add this code as well:
.td_block_14 .td-editor-date{
display:none!important
}

Hope this helps.
Thank you!

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