Home Forums WoodMart support forum Category page title

Category page title

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

    emreyildiz41
    Participant

    How can I activate categories like the one in the image from the theme settings on the store page?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can use the Woocommerce builder of WoodMart allowing you to create custom templates for product pages and other functional pages that are not editable by default. Woocommerce builder is the built-in functionality widget included in the builder you use on the site. You can create a custom layout for archive pages https://ibb.co/8ngby2bF and use the product categories widget and choose the layout “Carousel”.
    https://ibb.co/0pJ2hzCL

    Please check this manual: https://xtemos.com/docs-topic/single-product-page-builder/

    Best Regards,

    #636578

    emreyildiz41
    Participant

    I asked if it is possible from the theme settings without creating a special page. I understand that it is not possible.

    My other question is how can I remove the logo from the sticky header?

    #636706

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Sorry to say, it is not possible to achieve this without creating a custom layout.

    However, as an alternative, you can display the categories in the Page Title section. Navigate to:
    Theme Settings > Product Archive > Page Title and enable the option “Show Categories in Page Title.”
    https://gyazo.com/5b4d7d2278727946ceb996e28a9cb982

    02. Please Go to Woodmart >> Header builder >> Edit header >> Edit logo and try changing the sticky header logo.
    https://ibb.co/CKQkw1rz

    Alternatively, you can use the Custom CSS listed below to remove the logo from the sticky header.

    .whb-sticked .site-logo {
        display: none;
    }

    Best Regards,

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