Remove "Read More" button

Posted in: Newspaper
Post count: 84

Hi

I would like to remove the “Read More” button on Block 13 and 20 (cannot decide which one of them to use). I believe the possibility to klick the title to get to the blog post fullfills my need, I do not need an extra button.

I am not a html developer but I usually manage to do code changes having clear instructions.

Thanks from Lena.

Post count: 23312

Hello Lena,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-read-more{
display:none!important;
}

Thanks.

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