Home Forums WoodMart support forum Product categories Description

Product categories Description

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

    dcool
    Participant

    Hi,

    How to remove the Product categories Description from categories page of mobile view only

    Thanks

    #286599

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .term-description {
        display: none;
    }

    Regards.
    Xtemos Studios

    #286673

    dcool
    Participant

    Thanks it worked, also I need to remove the category menu below the category tittle for mobile view

    #286755

    Hello,

    You are Most Welcome.

    To remove the categories from the mobile menu Please Go to Woodmart >> Header Builder >> Edit Header and edit mobile menu and disable the option.

    Screenshot for Clarification: https://prnt.sc/123awz1

    Best Regards

    #286767

    dcool
    Participant

    Hope you talking about mobile menu…wht I asked you is diffrent. plz check below link

    https://prnt.sc/123c9gm

    #287000

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-btn-show-cat.wd-action-btn {
        display: none;
    }

    Best Regards.

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