Why is my gift card add to cart button white instead of blue?

The add to cart button on my giftcard product card for some reason has a white background instead of the blue which can be found on every other product card. Can someone help me solve this ? This is my link to the gift card https://loulouis.no/products/gavekort?variant=47118626783520

Hi @Loulouis

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
.button.button-2, .button.button--secondary {
    background: #3d7599 !important;

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!