Home Forums WoodMart support forum Category menu in shop

Category menu in shop

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

    paul1_00
    Participant

    Hello

    I added this code to my themes functions.php to show all categories.
    That works 🙂

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

    But on mobile it is not looking like it should- see attachments

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

    Artem Temos
    Keymaster

    Hi,

    Try to replace the previous code with this one

    .woodmart-product-categories .wc-default-cat {
       display:block !important;
    }

    Regards

    #37209

    paul1_00
    Participant

    Now it’s looking perfect. 🙂

    Thank you

    #37217

    Artem Temos
    Keymaster

    Great 🙂

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

The topic ‘Category menu in shop’ is closed to new replies.