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.
pw: Yarri
Thanks!
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.
pw: Yarri
Thanks!
@didjer Go to Theme edit—>Assets—>base.css and add this code in bottom!
.button {
border: 5px solid black;
}
hello @didjer
Go to Theme edit->Assets->base.css and add this code in bottom!
.button {
border: 4px solid #000000;
}
Thank you! It is working but only for mobile. You have code for desktop too?