Shopify themes, liquid, logos, and UX
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 |
---|---|
129 | |
92 | |
77 | |
70 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022