• Resolved multidimentional

    (@multidimentional)


    I would like to change the border color on focus of text fields and text area. Hover works all right, but cannot get :focus and :active right. Would ou be able to help with the right css class?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP Swings

    (@wpswings)

    Hello @multidimentional

    Thanks for using our plugin,

    Please use the below CSS It may resolve your concern

    input[type=text]:focus,textarea:focus{color:red;}

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Some help with styling please.’ is closed to new replies.