October 5, 2014 at 1:54 pm
#17081
Theme Horse Support Team
Keymaster
Hi Morten,
To have the search-field look like it does when clicked on Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
input.s {
width: 100px;
padding-left: 10px;
border-color: #eaeaea;
text-indent: 0;
}
Thank you!