Home Forums WoodMart support forum Category Section

Category Section

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #347096

    kstudio
    Participant

    Hello,

    I want to know how can I hide the category section text from the banner and back arrow also how to increase its height I have attached the screenshot kindly check that

    Thanks

    #347107

    Hello,

    Please Go to Theme Settings >> Products Archive >> Page Title and disable the option.

    Screenshot for Clarification: https://gyazo.com/ab0c3895bece9b242eec77a144f50b50

    To increase the height and remove the arrow, provide the URL of the category to check it myself and help you out accordingly.

    Best Regards

    #347127

    kstudio
    Participant

    Hello

    thanks for reply i have attach the URL kindly check want to increase height in all

    #347142

    Hello,

    You are Most Welcome.

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

    .woodmart-archive-shop .title-size-default {
        padding: 120px 0;
    }
    
    .wd-back-btn {
        display: none;
    }

    Best Regards

    #347168

    kstudio
    Participant

    Hello,

    it works well thanks
    and for mobile & tab how to increase size

    Best Regards

    #347359

    Hello,

    Please move this custom CSS code from Desktop to Global Custom CSS section, then it will apply to all screen sizes:

    .woodmart-archive-shop .title-size-default {
        padding: 120px 0;
    }

    Best Regards.

    #347484

    kstudio
    Participant

    Hello,

    1. It works can u tell me how to change the color of the sold-out bubble on the product
    2. In category pages product some come with it serial no can I arrange them manual for serial order

    Thanks

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

    kstudio
    Participant

    Hello,

    1. It works can u tell me how to change the color of the sold-out bubble on the product
    2. In category pages product some arrange automaticly can I arrange them manualy or with serial order

    Thanks

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

    Hello,

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

    .product-label.out-of-stock {
        background-color: orange;
    }

    2) Sorry but the product catalog arrangement is controlled by Woocommerce and our theme doesn’t influence it.

    Best Regards

    #348025

    kstudio
    Participant

    Thanks it works

    #348026

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Category Section’ is closed to new replies.