Hide pagination

Posted in: Newsmag
Post count: 8

How do I hide “Page 1 of 4” that shows at the bottom of the category archives.

Post count: 23312

Hello anand2027,

If you want to do this, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.pages{
display:none!important;
}

The result is here -> https://www.screencast.com/t/QJRCtIWK3

Thanks for the message!

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