How can I change the color of my call to action button (“Shop all”) to black with the text white?
My website: https://michaelmoraine.myshopify.com/admin/themes/142183104779/editor
How can I change the color of my call to action button (“Shop all”) to black with the text white?
My website: https://michaelmoraine.myshopify.com/admin/themes/142183104779/editor
Hi @Michaelkevin22 ,
Can you share the store password, please. Thank you
Hello @Shop2cop
To provide you with the most precise solution in this case, could you please share your store password?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
rortaw
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
a.button.button--primary {
background-color: #000 !important;
color: #fff !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Please go to Online store > Theme > Edit code:
Go to the file section-image-banner.css and add this code at the end of the file:
.banner__buttons > a {
background: black;
color: white;
}
We hope that this can help you.
We saw that you have edited the wrong file. Please follow what we guided you (find the correct file name that we have bolded and paste the code we suggested at the end of the file).
I managed to do it. Thank you!