I wanted to change the shape of the buy button on the individual page of the pro

This topic has 8 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: msstilos
    msstilos
    Participant
    November 30, 2018 at 11:59

    I wanted to change the shape of the buy button on the individual page of the product and also change the position of the button to place it just below the value of the product;

    How do I do that?

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2018 at 13:33

    Hello,

    Theme Options > Styling > Customize buttons > Dark buttons options.
    Please provide a screenshot for better understanding the desired result.

    Regards

    Avatar: msstilos
    msstilos
    Participant
    November 30, 2018 at 13:48

    I moved on everything and the button remains the same size. As I increase the size (width and height) and how I change it’s position. I would put the button up close to the value of the product!

    https://drive.google.com/file/d/1TNDXdbDcU4D8zb-f47j8iIRx_-Ai1_zF/view?usp=sharing

    https://drive.google.com/file/d/1QqIzxAk2bWeKE0k2OjtnmPsiqirJF-6F/view?usp=sharing

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2018 at 15:16

    Hello,

    1) please clear cache and check one more time – http://prntscr.com/lozqbn
    2) Try to add this code in functions.php file of your child theme:

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 7);

    Regards

    Avatar: msstilos
    msstilos
    Participant
    November 30, 2018 at 19:29

    Oops already changed something, but now the buy button and the features of the product are above the value. How do I put the button below the price? Before the Word PARCELAMENTO

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 3, 2018 at 09:34

    Hello,

    You are using additional plugins to add new elements on the single product page.
    Here is a list of default elements of the page http://prntscr.com/lpz6uz try to change order value in the above code http://prntscr.com/lpz87q or contact support of the additional plugin.
    We are theme support and we are able to help you only with questions related strictly to our theme.

    Regards

    Avatar: msstilos
    msstilos
    Participant
    December 6, 2018 at 21:22

    Thanks, I’ll try to solve with a programmer who made the plugins then!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 7, 2018 at 08:03

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.