How to remove pagination from Mega Menu and news ticker

Posted in: Newspaper
Post count: 7

Hello,
thanks for your great theme!
We are looking for a way to remove the two pagination buttons < > from the “News ticker” module and the “Mega menus” that display sets of articles.
Is there any way to achieve that via WP admin? If not, how to do that by code?
Thanks.

Post count: 23312

Hello anatoli076,

If you want to get rid the pagination arrows from New Sticker module, please try the code below and place it in Theme panel->Cuxtom CSS area.

The code is ->

.td-trending-now-wrapper .td-next-prev-wrap {
display:none;
}

The result you should see here -> http://screencast.com/t/9HeEz0si

Also, for mega menu block, please try the code below ->

.td_block_mega_menu .td-next-prev-wrap {
display:none;
}

The result -> http://screencast.com/t/epL3rRaN

Thank you for your understanding!

Post count: 7

Wonderful! Thanks!

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