Change shape of button

Hi,

I would like to change the shape of the buttons on my page. I would like to make the edges more soft. If you do not have any other idea I think it would be sufficient to change the color of the button border. Is it possible?

My page is located at:
www.johannamellblom.se

Regards,
Fredrik

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.btn {
border-radius: 4px;
}

Thanks!
Colorlib Support Team