How to remove a white outline from a button or add a 25px radius?

Hi, im trying to remove this white outline on this button, but it just won´t work.. :joy:
Or if there is a way to use radius on it, to make it round with 25px, i would like to do that.

Please give me both options.

Greetings

Enes

Hi @MyEcomAgent

Can you please share store URL?

Hey @MyEcomAgent

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello @MyEcomAgent

Please provide your store URL, so I can review it and provide a solution.

Sure, sorry i forgot :joy:

https://myecomagent.com/
Passwort is: 2023

Sure, sorry i forgot :joy:

https://myecomagent.com/
Passwort is: 2023

Hii @MyEcomAgent

Can you clarify to us which outline you want to remove?

This one

It is right above the FAQ

Hey @MyEcomAgent

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

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

Best Regards,
Moeed

Hello @MyEcomAgent

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:after {
    box-shadow: none !important;
}

Hi @MyEcomAgent

You can follow the following steps:

  1. Please go to the Online Store.
  2. Then Edit Code.
  3. Please find the theme.liquid file.
  4. Please add code before closing the tag tag.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi