Home Forums WoodMart support forum Remove quantity on product page

Remove quantity on product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #637997

    amirghaffarii03
    Participant

    Hey,

    Are you able to help us remove the quantity selector on the product page?

    Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce div.product form.cart .quantity {
        display: none !important;
    }

    Best Regards,

    #638381

    amirghaffarii03
    Participant

    Thanks!

    I was also wondering, is there a way to remove the effect for the “Accordion” Widget?

    As you can see below, once it is pressed it has a animation/script that moves the screen so it aligns, however I wonder if we can remove this effect?

    #638531

    Hello,

    This option is available in the custom layout. Navigate to Layouts > Edit Single product Layout > Edit Products Tabs and choose the layout “Accordion”.

    https://ibb.co/TBwNc65b

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards,

    #638698

    amirghaffarii03
    Participant

    Hey,

    I think I was a bit unclear in my previous message. What I meant wasn’t about the type of accordion we want, but rather its animations. As you can see on mobile, when you tap on a question, the site automatically scrolls to fit the question on the screen. However, we’d like to remove this animation.

    Thanks!

    #638870

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards,

    #639207

    amirghaffarii03
    Participant

    Hey,

    Please check below

    #639312

    Hello,

    We have solved this issue and released the patch: (639308) https://postimg.cc/K3Yp6pvW

    We kindly request you to please apply that patch on your site by navigating to Woodmart >> Patcher to resolve your issue on your site.

    Best Regards,

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