You are viewing limited content. For full access, please sign in.

Question

Question

field focus

asked on August 6, 2018

I have sections of my form that are light grey in color.  When I select those fields I see the white field focus which is default and works across the rest of my form perfectly but how do I get the grey area to be grey focus for just that section?  I've tried:

#q53 input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline:none !important;
}

 

and other various things but nothing has worked so far.

0 0

Answer

SELECTED ANSWER
replied on August 7, 2018
#q86.form-focused {
  background: grey
}

Replace "#q86" with your question ID, and replace "grey" with the specific shade of grey that works for you.

0 0

Replies

replied on August 7, 2018

By "focus" do you mean the outline around the input box (blue in the screenshot) or the highlighting of the entire field (yellow in the screenshot)?

0 0
replied on August 7, 2018

Highlighting! Thanks for your reply Leif!!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.