Change color button

Hi, I can not change the color of the button shown in the attachment.
What code should i use to edit the css?
Thank you!
My website: www.seedfestival.it

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

a.btn.btn-lg.btn-filled {
    background-color: black!Important;
    border-color: black!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

thank you i solved

a.btn.btn-lg.btn-white {
    background-color: #745cf9!Important;
    border-color: #745cf9!Important;
}

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support