This topic has 8 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
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?
Hello,
Theme Options > Styling > Customize buttons > Dark buttons options.
Please provide a screenshot for better understanding the desired result.
Regards
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
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
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
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
Thanks, I’ll try to solve with a programmer who made the plugins then!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up