How to remove READ MORE or Change it in the modules.

Posted in: Newspaper
Post count: 23

How to remove READ MORE or Change it in the modules. Is there any way to do it?

Post count: 35449

Hi,

If you are using flex you can get this setting in Layout -> https://www.screencast.com/t/ZCNJf9hxgf
or general setting in Newspaper>theme panel>Translations > https://www.screencast.com/t/zNaxwbiNx1 this one will apply to all buttons

Thanks.

Post count: 23

It’s on modules. I want to remove the button from modules.

Post count: 35449

Hi,

If you are using blocks like Block 12 -> https://www.screencast.com/t/zV33fy60XR
than you can change the name from -> https://www.screencast.com/t/Gd7oDVNRSK -> https://www.screencast.com/t/calZkQv2b
Or you can use custom css to hide it -> https://www.screencast.com/t/zPvvcnyRobCS
.td_module_11 .td-read-more {
display: none;
}

The above custom css will hide all buttons for read more from module 11, just set it in Newspaper>theme panel>Custom code>Custom css

Thanks.

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