Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456306

    Hi,
    I’m using Contact Form 7 for several contact forms. The styles are inherit from the Enfold theme. In some I have a problem regarding the Submit (Enviar) text. See n. 2 in image http://imgur.com/17xewYB.
    The text is a h6. If I change the h6 to white all the h6 text turns white and not readable. Is there a way to turn that text do white?
    On the same image, in n. 1, how can I give more space between the text and the box?

    #456350

    Hey pmfonseca!

    Add this to your custom CSS.

    .wpcf7-submit {
      color: white !important;
    }

    Best regards,
    Elliott

    #456715

    Hi Elliot,
    Thanks for your help.
    I found the solution for the other question:

    .wpcf7 p {
    line-height: 20px;
    }

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 CSS inherit’ is closed to new replies.