Home Forums WoodMart support forum Mega menu CSS option

Mega menu CSS option

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237095

    BertranddesmetsWM
    Participant

    Hi,

    Is there some CSS available to not show the number of product line under the main category name? (see screenshot)

    Thanks for the help!

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

    Hello,

    Please provide the page URL. I do not see product count on the home page.

    Best Regards

    #237156

    BertranddesmetsWM
    Participant

    There you go.
    Thanks

    #237186

    Hello,

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

    .category-grid-item .more-products>a {
        display:none;
    }

    Best Regards

    #237332

    BertranddesmetsWM
    Participant

    Brilliant! thanks

    #237361

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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