Home Forums Basel support forum Remove Page Number

Remove Page Number

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67259

    Baxo
    Participant

    Hey
    How to remove page number on shop page.
    For more details please check the link
    Thank you in advance
    Best regards

    https://prnt.sc/k5v6hs

    #67279

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-breadcrumb .breadcrumb-last + .breadcrumb-last {
    	display: none;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)