• Resolved Oivalf

    (@oivalf)


    Hi, at the bottom of my shop page, page numbers and “next” arrow are very small, there’s a css or other method to change their size ?

    Many Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please try the following code:

    
    .woocommerce nav.woocommerce-pagination ul {
        font-size: x-large;
    }
    

    See screenshot for the available sizes you can use (in case you want to replace the size x-large that is above):
    https://snipboard.io/yzuL8G.jpg

    This code should be added under Appearance → Additional CSS.

    I hope this helps!

    Thread Starter Oivalf

    (@oivalf)

    Thank you very much!!! It works!

    @oivalf

    Glad to hear it – thanks for letting us know!
    If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Numbers and Arrow dimensions’ is closed to new replies.