Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1222562
contact form style change colour
Closed

Comments

  •  2
    michele started the conversation

    Hello, i would like to change the dark blu of the "DARK" style that can be chose on contact form 7 options.

    I would also change the dark blue of the footer contact form.


    Thank you

  •  4,772
    Michael replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  •  2
    michele replied

    2 screenshot: one is the dark blu in the footer that i would like to change

    the other one is the style option in contact form that i would like to change, paticulary i dont like the DARK style

  •  4,772
    Michael replied

    This contact form has 2 styles. If you want to change this colors, you need use Custom CSS.

  •  2
    michele replied

    yes i know, can you please help me to edit the dark color?

  •  4,772
    Michael replied

    How exactly do you want to change your form?

  •  2
    michele replied

    maybe white i don't know i want to make some test, but im able to change the colour if you give me the code. Just want to change the dark blu colour (in the footer for example, you can see it in every one of your demos)


    thank you

  •  4,772
    Michael replied

    pls. use following css:

    .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea { 
        background-color:#555 !important;
        color:#fff !important;
    }