Home Forums WoodMart support forum Default category not showing up in shop title

Default category not showing up in shop title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #114784

    dk1
    Participant

    Hi,

    for some reason my “default” category (the one that is given to unassigned product by default) does not show up in page title for shop page (the title like one presented on the screenshot https://gyazo.com/ee932040bda856a61b06eae24b0b4ba4, but with different layout (no count, smaller icons))

    How can I make it work for me? Thanks.

    #114812

    Hello,

    You have renamed the default category and it is shown: http://prntscr.com/n2u85y

    Best Regards

    #114821

    dk1
    Participant

    Hello Elise,

    well, it does not show up while attending the site from both my home and working computer (Chrome & Edge), both when I am logged in and out of my site account. It also doesn’t appear on my mobile phone.

    I am well aware that I’ve renamed it, by the way.

    #114853

    Hello,

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

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

    Best Regards

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