Hey,
I have the search box in the image.
I have a few issues:
1. How do I move the button to the left and move the input to the right?
Tried a few css ways but without success.
2. How do I change the font family in the placeholder?
Thank you for your fast answer.
1. I meant to move the entire button to the left.
This is what I did:
[code]
.probox{
display: flex !important;
flex-direction: row-reverse !important;
}
[/code]
2. Your result changes the input font but not the placeholder font.
How do I change the placeholder font?