How to remove border around button in a slideshow on Dawn Theme?

I was wondering how on the Dawn theme it would be possible to remove the square border around buttons. In this instance, I am trying to remove the square border from a button that was in the slideshow component. I have also attached an image.

Hi @yurrJC !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please share Page URL so that I can inspect and send code accordingly

Best Regards;

PageFly

Hi, the URL for the page is

https://mytarotjourneystore.com/

oh sorry for are you facing that issue.

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file.
.banner__box {background: transparent;}

Copy

If helpful then please Like and Accept Solution.

Hi @yurrJC !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of base.css under assets in theme code files

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button–unbranded:after {
background: transparent !important ;
}

Like this;

Best Regards;

PageFly

Hi, I’ve added the code to the bottom of base.css and the border is still there. Not sure why it worked on the screenshot you attached but not for me.

Hi @yurrJC !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of base.css under assets in theme code files

.collection__view-all .button::after{
box-shadow: none !important;
}

Best Regards;

PageFly

1 Like