Hi, tried to do some research but didnt find any information that helped me.
Wondered how i can change the button and text color on these onces, if anyone know this?

Heres my link: https://jlo9jmwso3ogncv0-56470536270.shopifypreview.com
Thanks!!
A user seeks help changing the color of ‘Shop Now’ buttons on their Shopify store, providing screenshots and a store preview link.
Initial Solutions Offered:
base.css or theme.liquid files.banner.banner__content button and .banner__buttons a.button.button--primary classesIssue Encountered:
box-shadow: unset !important; to remove unwanted bordersFinal Request:
color: #fff !important; for white textResolution:
Hi, tried to do some research but didnt find any information that helped me.
Wondered how i can change the button and text color on these onces, if anyone know this?

Heres my link: https://jlo9jmwso3ogncv0-56470536270.shopifypreview.com
Thanks!!
Hi @Dispomal
Follow this:
.banner .banner__content .button { background: red; color: black; border-color: green; }
Note: change your color
Hello @Dispomal
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
what color will that make it? Or how do i choose my own color?
For this you will have to inspect the page on the browser and you can choose the color from there.
can I know which color you want?
Let me check.
Hello @Dispomal
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Yeah really no idea why it does that
Thanks that worked perfectly, now comes my last question how do i make the text white :)?
just give me 5min.
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my solution worked then like and accept solution.
Thanks