Home Forums WoodMart support forum Shop All Link on Shop Page

Shop All Link on Shop Page

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

    lifeofmack
    Participant

    See Screenshot.

    In the Shop Page Title header there is no link for ‘all categories’

    Why is this link hidden? I cant find the setting to enable it again.
    Or do I need to use css to override it again?

    Attachments:
    You must be logged in to view attached files.
    #206514

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-product-categories .shop-all-link, .woodmart-product-categories .wc-default-cat {
        display: inline-block;
    }

    Best Regards

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