This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
I want to change the product description on shop page. I want to change the colour of price. I want to add “Buy Now” button on right side of “Add to Cart” button.
I want to change colour of add to cart button too.
https://prnt.sc/lkvkr8
Kindly help me in this regard.
Regards
Also, I want to convert “Add to Cart” to “Add to Bag”
I have used loco translate to replace it but it has not been effective. Kindly suggest what to do.
Here are my credentials
Hello,
1)
.price {
color: red;
}
.etheme_add_to_cart_button {
background-color: red;
color: white;
border-color: red;
}
.etheme_add_to_cart_button:hover {
background-color: red;
color: white;
border-color: red;
}
2) Adding of additional button requests additional customization in files. You can try to contact woocommerce support or maybe find an additional plugin.
3) Please check now – http://prntscr.com/ll58kw
Regards
It is done now. Thank you.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up