Home Forums WoodMart support forum Shop – Categories page title, category lost

Shop – Categories page title, category lost

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

    timo_elfenfabrik
    Participant

    Hello,

    suddenly one of my categories (“Accessoires) won’t be displayed on the page title.
    I don’t know why. It was always there.

    #205865

    Hello,

    Most likely you have renamed the default category and it is hidden by our theme CSS.

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

    body .woodmart-product-categories .wc-default-cat {
        display: inline-block;
    }

    Best Regards

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