Alex087
September 8, 2023, 10:06am
1
Hi,
I’m using Dawn theme, my website is abmarketshopalex0087.myshopify.com password alexbb87
I want to change the color of the buy now button only home page (not on the product page) & also the color of the text written on this button.
Thanx for your help
Alex
HI @Alex087
Alex087:
Hi,
I’m using Dawn theme, my website is abmarketshopalex0087.myshopify.com password alexbb87
I want to change the color of the buy now button only home page (not on the product page) & also the color of the text written on this button.
Thanx for your help
Alex
.image-with-text__text a.button.button--primary{background-color : #000}
// add this css on setting custom.css part chnage color code you wont to change
Moeed
September 8, 2023, 10:11am
3
Hey @Alex087
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
{% if template == 'index' %}
{% endif %}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Alex087
September 8, 2023, 10:19am
5
would you know how to change all my buy now & add to cart buttons text in bold?
{% if template == 'index' %}
{% endif %}
add this line just
Alex087
September 8, 2023, 10:24am
7
Thanks Nilesh, it changed only in bold for the home page, not for the product page, thanks
Moeed
September 8, 2023, 10:25am
8
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
could you Like & Mark As Solution
Alex087
September 8, 2023, 10:29am
10
thanks Moeed, would you know how to put my add to car button text in bold? for the product page
Alex087
September 8, 2023, 10:35am
11
Just did Nilesh Thanks, it changed only in bold for the home page, not for the product page, thanks in advance
Moeed
September 8, 2023, 10:51am
12
Hey @Alex087
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed