Home › Forums › WoodMart support forum › typography typography This topic has 5 replies, 2 voices, and was last updated 1 year, 3 months ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 6, 2023 at 7:28 pm #510331 emp.strutzkiParticipant Is it possible to leave the example content in light gray and when the user writes it changes to black? Attachments:You must be logged in to view attached files. November 7, 2023 at 10:52 am #510445 Aizaz Imtiaz AwanKeymaster Hello, Please share the page url i will give you a custom css. Best Regards. November 7, 2023 at 4:20 pm #510582 emp.strutzkiParticipant ok, tanks November 8, 2023 at 10:10 am #510721 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Global: input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus { color: #d3d3d3; } Best Regards. November 8, 2023 at 11:59 pm #510975 emp.strutzkiParticipant I think you didn’t understand, sorry, but according to my example I want the color of the example texts before being filled in to be the color #757680 in the “BILLING DETAILS” and after being filled in the color #30313d November 9, 2023 at 12:30 pm #511083 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Global: .woocommerce-input-wrapper { color: red; } input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus { color: blue; } Best Regards. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register