change the background color adn text color of the button

how can I change the color of the button and background of the button, because when I try to code it other buttons also changes.

url:makerlab-electronics-ph.myshopify.com

pass:saboten

1 Like

Hey @niceeee

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset-> base.css and paste this at the bottom of the file:
.banner--desktop-transparent .banner__box .banner__buttons a.button.button--secondary {
    background: white;
    color: black;
}