Home Forums WoodMart support forum Product Categories Page Title

Product Categories Page Title

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

    shweta
    Participant

    Hello,

    I want to hide the title text product categories page only also, I want to increase the banner height only on mobile view.

    Best

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

    Hello,

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

    .tax-product_cat .title-size-default .title {
        display: none;
    }
    
    .tax-product_cat .wd-back-btn {
        display: none;
    }

    Best Regards

    #332129

    shweta
    Participant

    Thank you

    You are awesome 🙂

    Also, I want to increase banner height on mobile view only.

    Best

    #332180

    Hello,

    You are Most Welcome.

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

    .tax-product_cat .page-title {
        padding: 100px 0;
    }

    Best Regards.

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