How to Remove < and > on the default pagination

Posted in: Newspaper
Post count: 3

I want to remove “<” and “>” on the default pagination.
Could you tell me how to remove it if it is possible?

https://www.screencast.com/users/yyayayamamaba/folders/Default/media/21c0bf5d-f5a8-4044-bd33-14555888c233

  • This topic was modified 7 years by yayamaba.
  • This topic was modified 7 years by yayamaba.
Post count: 20688

Hi,

If you would remove the arrows it will remain an empty square, with no indication about what it does – http://prntscr.com/n7rptr

I can give you a code for it if this is what you want to do, a setting for it is not available unfortunately

.page-nav .td-icon-menu-left:before,
.page-nav .td-icon-menu-right:before {
display: none;
}

This code can be entered in the theme panel->custom code->custom CSS section. Let me know if you have more questions.

Thanks

Post count: 3

Thank you so much.
Is possible that I remove box of “<” or “>”?

I hope not only “<” or “>” but also box-line of “<” or “>”.

Post count: 35449

Hi,

Please try this custom css
.td-pb-article-list .page-nav a:first-child,
.td-pb-article-list .page-nav a:nth-last-child(3) {
display: none;
}

Hope this will help you!
Thanks.

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