Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #663884

    Hello,

    Is it possible to change the style for the value placeholder (see Screenshot) in the contactform?
    i want to have opacity:0.4; for that element.

    v

    • This topic was modified 7 years, 8 months ago by Chris_85.
    #664180

    Hey Chris_85,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #664487

    Hi Rikard, plz take a look to the private content

    #664563

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      opacity: .4;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      opacity: .4;
    }
    :-ms-input-placeholder { /* IE 10+ */
      opacity: .4;
    }
    :-moz-placeholder { /* Firefox 18- */
      opacity: .4;
    }
    

    Best regards,
    Vinay

    #665367

    thanks :-) worked fine!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change value Placeholder in contact form?’ is closed to new replies.