luke000
Member
Posted 3 months ago #
Hi all
I am new to all this and was hoping that someone here could point me in the right direction.
I have an extra page numbers and a arrow at the bottem of my shop page not sure why i tryed firbug and could not find the right css to enter. This is how it looks on the page
1
2
→
Here is the page if anyone can help me out
http://euphoricvaping.com/shop/
You can hide it by adding this to your style.css file
.woocommerce-pagination { display: none; }
But it would be best to remove the code that generates this double pagination from the appropriate php file.
luke000
Member
Posted 3 months ago #
thank you so much Andrei Olsen
luke000
Member
Posted 3 months ago #
Andrei Olsen i found the code under the .woocommerce-pagination php file and deleted the code under it.
No more problems thanks again