How To Hide Arrows Next And Previous In Category?

I want to hide next and previous arrows from category pages and show only the numbers.

Please provide us with the URL of your website. Looks like you use 3rd party theme

Please provide us with the URL of your website. Looks like you use 3rd party theme

https://www.vida.gr/?store_access_key=123

iam not using 3rd party theme.

I have change previous and next with arrows in translation for better looking in homepage lists.

But i dont want any arrows in page selection in categories.

It is out of subject, but I want to mention about Easy Scroll Pagination add-on.

It was updated recently and customers can scroll category pages too.

Customers like scrolling more than clicking on the arrows or the numbers. In addition, customers who use mobiles for shopping and browsing the internet will thank you a lot. Scrolling is easier than clicking on a small sign.

Best regards, Alt-team.

Try to add the following code to the CSS section of the theme editor

.ty-pagination__text, .ty-pagination__text {
    display: none;
}

http://prntscr.com/e5ncq6

Try to add the following code to the CSS section of the theme editor

.ty-pagination__text, .ty-pagination__text {
    display: none;
}

http://prntscr.com/e5ncq6

Thank you!!!

You are welcome!

How To Hide Arrows Next if no product on category page

https://prnt.sc/1140yuu

You should edit the following template

design/themes/THEME/templates/common/pagination.tpl

Thanks I am done