Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Modify search button Re: Modify search button

#99365
farzadina
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;
}