Remove button from block

Posted in: Newsmag
Post count: 8

Hello,
I would like to understand how to remove a button that is inside a TagDiv block as default.

Specifically, I would like to modify the Block 12, removing the “article read more button”.

Does anyone know how to do it?
Here is the link to my website: https://www.stampa3d-forum.it/

Many thanks!

Post count: 23312

Hello AlessandroTax,

Use the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td_block_12 .td-read-more{
display:none;
}

Thanks.

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