How can I change my call to action button's color to black with white text?

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

Hi @Michaelkevin22

Can you kindly share your store password with us?

Thank you.

rortaw

Hi @Michaelkevin22

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

Hi @Michaelkevin22

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.

Sorry, it doesn’t work.

Check if I made it the right way or not please

It tells me “unable to update the file”.

I would need more precise indications

Hi @Michaelkevin22

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!

1 Like