Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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;
}
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/custom.css file.
.nav-button {
border: 1px solid !important;
background-color: #a12b2b !important;
}
This is an accepted solution.
Please add the following code at the bottom of your assets/custom.css file.
.nav-button {
border: 1px solid !important;
background-color: #a12b2b !important;
}
User | RANK |
---|---|
210 | |
109 | |
83 | |
60 | |
51 |