Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1207019

    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

    • This topic was modified 4 years, 6 months ago by jbassino.
    #1207144

    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

    #1207157

    Sure. Thanks!

    #1207390

    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

    #1281660

    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?

    #1281775

    Hi ecomstore,

    Here is an article for you:

    Add WooCommerce Reviews Pagination – Limit WooCommerce Reviews

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.