Remove 'Read More' Button

Posted in: Newspaper
Post count: 27

Hi,

I just wanted if it’s possible to remove the ‘read more’ button for a category while still using the module 12 layout?

If not, is it possible to chnage the text in the ‘read more’ button to something else?

Post count: 22421

Hello,

Please add this custom css in the theme panel under custom code:
.td_module_12 .td-read-more{
display:none;
}

Thank you!

Post count: 6

Hi, can I ask something on top of this? I managed to remove the read more button from block 20, but I would also like to prevend people from clicking on block 20 to open it. It’s my homepage post, which I don’t want to let people click on it.

http://www.mooiemama.com

Thnx
Mirthe

Post count: 20688

Hi,


@mvl
I could give you a code that would not allow all block 20 to be clicked if that is what you want (however I don’t see a block 20 on the homepage – there is a block 13).
This code will have to target that block only so it will not affect all blocks of the same type.
If you could provide some more details about what exactly you want to do and where, I will try to give you a solution. This way there won’t be any misunderstanding.

Thanks

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