Home Forums WoodMart support forum Hide vendor story on Home page

Hide vendor story on Home page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #709855

    hi, i want to hide Story information from only Home page AJAX product tabs.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS.

    .home .wd-tabs .wcfmmp_sold_by_container {
        display: none !important;
    }

    Best Regards,

    #709963

    hi its worsk thanks. But sorry for that. I need hide all other pages like home, category, archive, shop pages except single product page please. And how to product titles move to all left . Example pic attached, also wishlist icon move right would be better thanks

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

    sorry changed mind to view is:
    Pictures
    Brand
    Size or attributes
    price
    Wishlist button on the right
    like this picture.
    sold by is hide all pages like home, category, archive pages show only on Product pages.

    #710003

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Remove the previous code and add the following custom css code in Theme Settings > Custom CSS.

    .product-grid-item .wcfmmp_sold_by_container {
        display: none !important;
    }

    02. You can change the product grid style from Theme Settings > Product Archive > Choose the Product layout type for grid. You can choose a predefined product layout for grid or create a Custom layout for loop items and assign your preferred custom design to the grid.

    For more details, follow this guide: https://xtemos.com/docs-topic/product-loop-item-layout-builder/

    Best Regards,

    #710027

    thanks it works. Also my single product page sticky is not working properly like not starting from 0 top of header.
    https://thriftly.mn/product/home-after-home/

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Maybe you are using a custom layout for a single product page. Navigate to Layouts > Edit Single Product Layout with Elementor> Edit container where the image gallery is added and enable the option “Sticky Container” and check the issue: https://ibb.co/C1XsRkS

    Best Regards,

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