Home Forums WoodMart support forum PRODUCT PAGE – ADD TO CART

PRODUCT PAGE – ADD TO CART

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

    E-N Admin
    Participant

    Hi,

    Could you please let me know how to remove Qty selector on product page and make my ‘add to cart’ button bigger.

    Also, is it possible to put the add to cart button after the product title?

    Thanks,

    #370712

    Hello,

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

    .single-product div.quantity {
    display: none;
    }

    .single-product .summary-inner .single_add_to_cart_button {
    width: 240px;
    }

    Best Regards

    #370955

    E-N Admin
    Participant

    Hi,

    How do I make the ‘add to cart’ text bigger for mobile?

    Also, is there a way to move the ‘add to cart’ area just after the product price and before the product brief description?

    • This reply was modified 2 years, 7 months ago by E-N Admin.
    #371044

    Hello,

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

    .single-product .summary-inner .single_add_to_cart_button {
    font-size: 24px;
    }

    Please try using our layout builder to edit single product page:
    https://xtemos.com/docs-topic/single-product-page-builder/

    Best Regards

    #371066

    E-N Admin
    Participant

    Hi,

    This code doesn’t work.

    #371104

    Hello,

    Please replace the previous CSS with the following then check back.

    .single-product .summary-inner .single_add_to_cart_button .button_text {
        font-size: 22px;
    }

    Best Regards

    #371109

    E-N Admin
    Participant

    Hi,

    It’s still not working.

    • This reply was modified 2 years, 7 months ago by E-N Admin.
    #371296

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly. Because the login details provided previosuly are not working.

    Best Regards

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