How can I add a border to buttons in the Crave theme?

Hi,

Anyone knows how to add a border to all the buttons in the Crave theme? Would like a black 4px border around every button on the website.

www.yaju.nl

pw: Yarri

Thanks!

@didjer Go to Theme edit—>Assets—>base.css and add this code in bottom!

.button { 
border: 5px solid black;
}

1 Like

hello @didjer

Go to Theme edit->Assets->base.css and add this code in bottom!

.button { 
    border: 4px solid #000000;
    }
1 Like

Thank you! It is working but only for mobile. You have code for desktop too?