at www.10xfuel.com: how can I..
-
add a button in the header?
-
move the header image button down?
-
change the color of the image button?
at www.10xfuel.com: how can I..
add a button in the header?
move the header image button down?
change the color of the image button?
Hello @10xfuel
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.button[aria-disabled='true'] {
background: #5241ff !important;
opacity: unset !important;
}
I added this code - but nothing changed. What did I do wrong?
Hello @10xfuel
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
a.button.button--primary {
background: #5241ff !important;
opacity: unset !important;
}