Form fields color

Posted in: Newspaper
Post count: 3

Hi,

Is there any way to make the fields in forms and subscriptions darker in color? as they are now it is nearly impossible to see them. Please see example http://screencast.com/t/jh2BRH3xKy

Thanks! Robert

Post count: 6600

Hi,

You can do it via css, like this: http://screencast.com/t/dTGAnUA243U
Use this css to change the form fields color as you like, add it in theme panel > custom css:

form input[type="text"] {
background-color: #26DDAA;
}

Thanks

Post count: 22

I’ve tried this. For some reason it does not highlight the email or message areas?
Any ideas.


form input[type="text"] {
background-color: #f9f9f9;
border:1px solid #dfdfdf;
}

Kevin

My form example

  • This reply was modified 11 years by PGN.
  • This reply was modified 11 years by PGN.
Post count: 6600

Hi,

Please use this css: http://screencast.com/t/Z5UUGfhbn6

form input[type="text"], form input[type="email"], form textarea {
background-color: #f9f9f9;
border:1px solid #dfdfdf;
}

Thanks

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