Home Forums WoodMart support forum typography

typography

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #510331

    emp.strutzki
    Participant

    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.
    #510445

    Hello,

    Please share the page url i will give you a custom css.

    Best Regards.

    #510582

    emp.strutzki
    Participant

    ok, tanks

    #510721

    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.

    #510975

    emp.strutzki
    Participant

    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

    #511083

    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.

Viewing 6 posts - 1 through 6 (of 6 total)