Can we remove the Read more button from Block widgets without CSS?

Posted in: Newsmag
Post count: 22

Is there an option in the theme setting to remove this without CSS?
Image reference: https://prnt.sc/tn2l4h

Post count: 35449

Hi CountryCaller,

Unfortunately, using Newsmag theme, for the moment the buttons for “Read more” can be remove only with custom css.
If you want you can use this custom css -> https://i.imgur.com/kOHEgtH.png
.td_block_12 .td-read-more {
display: none;
}

This code need to be set in theme panel> custom code> custom css.

Thank you for your understanding!

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