Buy Now Button disappeared (refresh theme)

After changing the slider bg image in the above-the-fold section of the yada.day home page, the “pre-order now” button in the container of that slider disappeared (see screenshot from before it disappeared). I don’t think I accidentally deleted it.

I’d greatly appreciate any help!

1 Like

Hi @RasmusSeraphim ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
a.button.button--secondary {
    border: 1px solid white;
    color: white;
}

Result:

i hope it help.

2 Likes

Indeed that did the trick, thank you so much!

Out of curiosity…any idea why it disappeared in the first place?

Im not sure, I try to bring it in front but no luck then I make another border. I think the button inherit the colors.