Home › Forums › CSS › Modify search button › Re: Modify search button
March 18, 2012 at 4:16 pm
#99365
Participant
You can use something like this:
Add the following html code, right after your input field.
HTML:
CSS:
.section .input {
border: medium none !important;
padding: 0 !important;
position: relative;
right: -27px;
top: -21px;
}