Dawn theme - How to remove border from slideshow button?

Hi

Can’t find anywhere how to remove the border of my slideshow button.

Anyone here can help me?

www.ellsoll.com

Hi @Ell_Soll

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.button:after {

box-shadow: unset !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Hello @Ell_Soll

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your base.css file and paste the following code below:
.banner__buttons .button:after{
   box-shadow: none;
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

Perfect.

Thanks a lot!