Hide or Suppress "Read More" in block # 13

Posted in: Newspaper
Post count: 27

How can I Hide or Suppress “Read More” in block # 13? I’ve looked at other blocks but none of them have the same dimensions without the “Read More”.

Thanks

Post count: 23312

Hi hatchet9,

You can hide the “Read More” botton if use the code below in Theme panel->Custom Css area like this:
http://screencast.com/t/1RoBh5vD3

.td_block_13 .td-read-more a, .more-link-wrap a {
display: none;
}

The result should see here: http://screencast.com/t/8iTj50KyUjZ

Thanks!

Post count: 27

Excellent!! Thanks, you guys are the best. Your support team is phenomenal.

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