To change the button color in Prestige Theme, please follow the steps below.
Online Store > Actions > Edit code > Scroll down to Assets > Click theme.scss.liquid > Add the code below. (If you want to change the button color to different color, please change the color hex code from #f2b6b6 (indian pink) to your color code.
Thank you - when I copy it in the code I’m getting a strange error code at the top of the website page though? Can I just paste it at the top of the theme.scss.liquid page? And how can I change the button text colour? Thank you
To change the button text color, add ‘color: #your hex code;’ as above. (the hex code #000 is black). Please add the code at the very bottom of the theme.scss.liquid.
You may hit enter couple of times to make line breaks, then add the code. This way you won’t make any mistake in the file. If you have any other questions, please let me know.
If it resolve your issue, please Like & Select Solution.
Please go to Online Store > Customize > Click Arrow next to Homepage (top center) > Click Products > Select Default product > From left navigation, click product page
Check the checkbox of Description below add to cart.
The Add to cart button will be located below the price.
That’s not what I mean unfortunately, I found the code I need to use to add a ‘Add to cart button’ when you hover over a product on the homepage or product page but I can’t find the snippet I need to paste it to. I’ve attached a screenshot of the options I have available in my code.
Hi there.. I have Prestige theme as well and wanting to change the background colour of the Add to Cart button too but the above code is not working! Any advice?