Forums

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

Home Forums CSS Help removing blue outline on field when focused…. Re: Help removing blue outline on field when focused….

#95946
arawde
Participant

Not sure if this will work, but try adding:

input #s:focus{box-shadow: none;}

From the looks of the code, it’s not actually an outline but is a box shadow.