Sela Theme: Form field active outline color
-
When my mouse clicks in an input field on my contact page, the outline color is red. I want to change it to #148f96.
Can someone help me with the code for this?
This is the contact page on my site:
https://behavioralsupportpartnership.wordpress.com/contact/Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try adding the CSS below to the bottom of the customizer in My Sites > Customize > CSS:
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus { border: 1px solid #148f96; }https://en.support.wordpress.com/custom-design/editing-css/
If the CSS doesn’t have the desired effect, pease let me know.
I hope this helps :)
- The topic ‘Sela Theme: Form field active outline color’ is closed to new replies.