Change the line color around a button

Hello,

I’ve changed the colour of the buttons on our page, but I still get the purple line around the buttons.
How do I remove them or make them transparent?

Thanks in advance,

Rutger

Hi @rdvalk

Use this css code to change the border. Use your own values.

btn, .button {
    border: 2px solid #745cf9;
}

Thanks,

Cristian

Hello Cristian,
Many thanks. This did the job.

Hi @rdvalk.

You’re welcome.

Thanks,

Cristian