How to remove read more button

Posted in: Newspaper
Post count: 122

Hello

I created pages with a Block 12.
All posts are with a “read more” button.
I do not know how to remove them.
Please help.
Regards
Stefane

Post count: 27744

Hello,

Unfortunately, for block 12 you can remove that button only with custom code CSS =>
.td-read-more
{
display:none;;
}

Set the code in theme panel> custom code> custom css.

Thank you!

Post count: 122

Thank you

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