How can I customize my search button to look like my desired outcome?
-
Hi everyone, I am trying to make my Ivory search bar to look like this: https://imgur.com/zaclwfN – rounded corners and the search button is part of the search form.
Right now, my Ivory search bar is the default look: https://imgur.com/GGcvbhd – The corners are squared and the search button is outside the search form.
I tried using the below code that I found on another thread in this forum, but the search buttons is outside the search form, and the button is not rounded as well. https://imgur.com/lnzQXXt
.is-search-form label input.is-search-input { width: 100%; border-radius: 10px; outline: 0; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘How can I customize my search button to look like my desired outcome?’ is closed to new replies.