Home Forums Weaver Xtreme Theme customising search field Re: customising search field

#25961
aengberg
Participant

Can’t help with the snazzy collapsible bit, but how about adding the custom css:

.search-field {
border-radius: 5px;
opacity: 0.8;
}

Does this get you started?