Changing color of shop now/buy now button on image banner

Hi

Using Taste theme. After checking off “show container on desktop” and removing all other words from image banner only to keep the shop now/buy now button that leads to product collection, the button changes colors to dark grey and white and loses its theme colors. I want a button with yellow inside #ffdc15 and a blue #0467da outline that matches my general colors.

Any help would be great

1 Like

Hi @Tigus

The button is a different setting actually. I wonder if you accidentally remove the link of the button that make it disabled. Anyway, can you share your website so we can take a look?

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hi @Tigus
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello @Tigus ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.banner-button {
  background-color: #ffdc15; /* Yellow color */
  color: #0467da; /* Blue color */
  border: 1px solid #0467da; /* Blue color */
}

Save changes

Hope this can help. Let us know if you need any further support.

Ali Reviews team.