How can I modify button placement and color in the Dawn theme?

at www.10xfuel.com: how can I..

  1. add a button in the header?

  2. move the header image button down?

  3. 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;
}