Hide image in block11

Posted in: Newspaper
Post count: 28

I need a block with title and excerpt like block11 but without image…how to do?

Thank you

Post count: 22421

Hello,

You can use a bit of css to remove the image from block 11 if you need it without an image. Add this code in the theme panel-> custom css box:

.td_block_11 .td-module-thumb{
display:none;
}
.td_block_11 .item-details{
margin-left:1px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left: 1px;
}
.td_block_11 .td_module_10 {
padding-bottom:5px
}

Thank you!

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