Hi Community,
how can I add a border around my header item “Jetzt bestellen” to make it more standout? Or have a colored box as background? And also maybe change the font color just for this item?
The store name is:
I tried already this CODE in assets / theme.css, did not work.
.site-header a.nav-button {
border: 1px solid;
background-color: #a12b2b;
}
