Where to change backgroun of Forms

  • Author
    Posts
  • #103895

    Where do you change the background color of forms for Nirvana?

    P.S. Getting a user account to post is a big pain, the big Captcha.
    What you can have as a user name needs to be more clear you go thru all
    the password, captcha, username and it slowly gives hints what is wrong but often it makes no sense.

    Website: uglyjudge.com

    #104598
    Zed
    Cryout Creations mastermind

    Form elements don’t have their background color directly configurable, as they are designed to use the same background as the content, with the last 3 accent colors used for the border colors (to create the engraved effect).

    If desired, this can be overridden with custom CSS:

    input[type="text"], input[type="password"], 
    input[type="email"], input[type="color"], 
    input[type="date"], input[type="datetime"], 
    input[type="datetime-local"], input[type="month"], 
    input[type="number"], input[type="range"], 
    input[type="search"], input[type="tel"], 
    input[type="time"], input[type="url"], 
    input[type="week"], textarea, select {
       background-color: ...;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Where to change backgroun of Forms’ is closed to new replies.