Block 12

Posted in: Newspaper
Post count: 16

Block 12: how can i remove the “load more” Button?

thanks

Post count: 20688

Hi,

To remove the Load more on Block 12 – https://www.screencast.com/t/AAci6JaNuzR you must open your page in Visual composer editor, then go to Block 12 settings – https://www.screencast.com/t/fl9N6rLA5Hs and in the Pagination tab choose a different style or no pagination

Thanks

Post count: 16

yes, i know that. But that is not what i mean. I mean the button close by the EXCERPTS. in German “weiterlesen” in english “read more”. think i use the wrong words…. 😉 sorry.

  • This reply was modified 9 years by visioneer.
Post count: 16

For all, works with this code, but for all blocks / moduls:

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

Post count: 20688

Hi,

Sorry that I misunderstood what you wanted, an example or a screenshot would have helped. If you want to hide it with css on a specific block or module, you can add it’s class before the code like this example

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

Thanks

Post count: 16

Thanks

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