Remove thumbnail on Block 2

Posted in: Newspaper
Post count: 186

Please can you give me the css code to hide all the image on block 2, but only allow the fist one to show, also to make the first text bold as shown on this image

allow_first_image

Post count: 22421

Hello,

Please add this css code to your theme panel custom css section:

.td_block_2 .td_module_6 .td-module-thumb{
display:none;
}
.td_block_2 .td_module_6 .item-details{
margin-left:0;
}

Thank you!

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