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….

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36458

    I tried input:focus outline:none then I tried to get more specific by targeting the exact input field and still no luck… Here is the url : http://kustomdesigner.com (the search box on the right click in it to see what i mean………)

    #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.

    #95977

    wow, good catch. I never even considered a box shadow, it worked instantly when I typed in : input#s{box-shadow:none;} Thanks alot, trying to figure that out was killing me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.