Place search icon infront of the search text in my search bar (Dawn)

Hey,

I want to place the search icon infront of the search text in my search bar.

This is my search bar right now:

Skärmavbild 2024-07-19 kl. 09.10.03.png

How i want it to be:

Skärmavbild 2024-07-19 kl. 09.09.33.png

my store: https://r1vex.myshopify.com/

Hello @manbru
You need to add the css in ‘base.css’ file

.desktop-search input.search__input.field__input {
padding-left: 4rem;
}
.desktop-search label.field__label, .desktop-search .field__input:focus~.field__label {
left: calc(var(–inputs-border-width) + 4rem);
}
.desktop-search button.search__button.field__button {
left: 0;
}