Home Forums WoodMart support forum buy now button position

buy now button position

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

    kuzgununsesi
    Participant

    Hello i want to change buy now button position like my attachment.attachement 1 is my website. Your default position. Attachment 2 as my want position and color . I want black and white like attachment 2 and add to cart up , buy now down black. can you share to code.

    Thank you

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

    Hello,

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

     .woocommerce-variation-add-to-cart {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal-width columns */
        gap: 10px; /* Space between the columns */
    }
    
    .wd-btn-design-full form.cart .single_add_to_cart_button, 
    .wd-btn-design-full form.cart .wd-buy-now-btn {
        width: 100%; /* Make sure the buttons fill their columns */
    }

    If you want to change the buttons colors, Navigate to Dashboard > Theme Settings > Styles and Colors > Buttons.
    Please Follow this guide.
    https://xtemos.com/docs-topic/advanced-button-styles/

    Best Regards

    #608741

    kuzgununsesi
    Participant

    Thank you!

    #608776

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘buy now button position’ is closed to new replies.