Hide pagination on categories

Posted in: Newspaper
Post count: 23

Hi,

I tried to hidden pagination on all categories but doesen’t work. Last code i used in Custom Css is:

.page-nav {
display:none;
}

Can you help me please?

Post count: 22421

Hi,
You can try the code like so
.category .page-nav{
display:none!important;
}

It should work properly. (the !important tag work miracles in overwriting css)
Thank you

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