How to customize the banner button in Dawn theme

Hi Everyone, I am new to this forum and I need your help in designing my shop. Does anyone know on how to remove the white border of the banner button in Dawn? Any help is greatly appreciated.

Hi @PamBry

Could you provide your store link and explain your request so I can provide the solution?

Hi @PamBry ,

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

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


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hi @PamBry Would you mind to share your store URL website, with password if its protectd? Thanks!

Hi, @PamBry .

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

.banner__buttons .button:before,
.banner__buttons .button:after{
display:none 
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Websensepro

Hello @PamBry

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

a.button.button--secondary {
    --border-offset: none;
}