• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 08.10.18, 15:10
  • Opened by: arienti andrea
  • Closed by: Marek
  • Closed on: 17.12.18, 14:57
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13027 - darken the writing

Hello Marek, I need to darken the inscriptions in the registration form of customers, I’ll explain better, all the parts that are to be completed by customers in general from all parts of the site are light gray, I would need to make them more dark so that customers see better what they write and do not make mistakes

Comments

Marek 08 Oct 2018, 20:47

Hi, arienti.
Try to add following CSS

body .form-control {border-color:#999}
arienti andrea 09 Oct 2018, 20:10

this does not work as i wanted.
i would like to change colo of the text (you can see in the attached picture a text like “aaaaaaaa”) to a darker grey.
i could be a solution to not change the color on the entire site when typing.

i hope i was clear enough.

Marek 10 Oct 2018, 11:02

Try this:

body .form-control::placeholder {
    color: #333;
}