Hello,
Can you help me out with a nice “enfold” style pagination style for the woocommerce’s reviews pagination?
Right now looks like this..
Thanks
Hey Javier,
Can you give us a link to the page mentioned? so we can try to inspect further why it looked like that.
Best regards,
Nikko
Sure. Thanks!
Hi jbassino,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.woocommerce .page-numbers {
list-style: none;
}
.woocommerce .page-numbers li {
display: inline-block;
}
.woocommerce .page-numbers li a,
.woocommerce .page-numbers li span {
border: 1px solid;
padding: 5px 10px !important;
border-radius: 5px;
}
Best regards,
Nikko
Hi Nikko
this CSS code not work..
The reviews at the end of the products are too many, I would like to make a pagination showing 10 at a time. Can it be done with enfold?
Hi ecomstore,
Here is an article for you:
If you need further assistance please let us know.
Best regards,
Victoria