• Everything I can find tells me how to change the theme to change the color of the forms spaces in CF7. I need to change the colors within CF7. What do I add to the code when I am creating the form within CF7?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    You can to change all colors modifying the CSS, for example, with this plugin.

    When you form is publish, the follow step is to make clic (right) in the form field and select “examine”. Now, should be detect the element class, normally defined by class=”.I’m-a-class”.

    Then, you go to previus css plugin and write:

    .I’m-a-class {background-color: #000000;}

    For HTML color #000000 (You can use too “red” or “blue”, or “black” instead of HTML code).

    Thread Starter keeperbay

    (@keeperbay)

    Yes, I know how to modify the CSS. I can do that by hand, I don’t need a plugin. I do Not want to modify the CSS.

    Within the Contact Form 7 form, how do I change the color of the boarders withOUT modifying the CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add color within contact form 7’ is closed to new replies.