Before you ask please READ THIS

contact form 7

In the form 7 the field description "Your Name & Your E-mail & Your Message" have shifted out of the filed and are now visible above the given field. Issue is that the text is black and on the dark background nothing can be seen. How to modify the form in a way that it looks like in the original theme?
F7-SHOULD-BE.jpg
579 x 393 - 31K
F7-IS.jpg
539 x 517 - 40K

Comments

  • Posts: 1,758
    Go to Chillout Options >> Custom Style and place there css code that modify style for chosen element.
    Are You familiar with css? Can You track css selectors of desired elements?
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 10
    Unfortunately I'm not an expert on the CSS, if you will give me the code - I will be able to replace the old one, but I will require your support on the info what need to be replaced
  • Posts: 1,758
    Please send me an url to your website.
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 10
    www.doorappgrade.com
  • Posts: 1,758
    Hi!
    please go to Chillout Options >> Custom Style and paste this definition:
    .wpcf7-form > p {
      color: #fff;
    }
    #fff is a hexadecimal color code, just replace it with whatever You want.
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 10
    Many many thanks - entered your code and added #BBB and it is perfect :)
    wish you a nice weekend!!!
  • Posts: 1
    Colors aside, what about if we want the contact form field "label" text to initially appear IN the fields like it looks on the demo?
  • Posts: 1,758
    impresaria said: Colors aside, what about if we want the contact form field "label" text to initially appear IN the fields like it looks on the demo?
    This is managed by placeholder parameter while managing the Contact Form.
    For example - the input tag looks like this '[text* your-name placeholder "Your Name (required)"]'
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!