Outline button border box is invisible! SOS HELP

Hello, I added an outline box button but the border around the view all box is not showing, it should be black. What could be going on? :open_mouth:

My store: try-nellies-boutique.myshopify.com

password: lavishprintshop

Hi @kirstenlc5

You can add below CSS to add border to your button:

.button--secondary {
    border: 1px solid #000;
}

Have a Good Day..!!

Hello @kirstenlc5

I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

This worked perfectly thank you! Any code to get a option to change the color?

it worked!!