Hi, i would like to change the change the color of the button as per picture.
- featured product section- narrative theme
Thanks
Hi, i would like to change the change the color of the button as per picture.
Thanks
Hi there,
Please provide your shop URL
Thanks
Hi, thank you for reply-I didn’t make myself clear.
I want to change the buy button to look like "Add to cart "(and all other buttons) i.e. to use “secondary button style” with transparent background and primary accent outline.
Thanks
Hi @thenebra ,
I think you want like below Image
If Yes. Please follow the below points
.shopify-payment-button .shopify-payment-button__button--unbranded {
width: 100%;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
background-color: transparent;
color: #adacae;
}
If you need more help hire me
Hi,
Exactly what I had in mind!
Thanks a bunch for the solution!
Cheers
Hi Thenebra,
Do you want more help?
Hi Aashish, thanks for asking!
Actually, now that I look at it- when I hover over the buy button it displays again primary accent color…would be great if it could act as “Add to cart” when hovering.
Hi @thenebra ,
Just a line or 2 below where you changed .shopify-payment-button__button–unbranded { portion, you’ll find the below portion (hover). You need to change the background-color to transparent there. In case you don’t see hover there, paste the below code snippet just after the closing curly brace of --unbranded portion.
&:hover {
background-color: transparent;
}
Hi neeravmakwana,
That worked!
Thanks!!
Hi, I want to change the text of the buy it now button. Kindly help me to solve this.