Okay
  Public Ticket #1364877
Text colour of Contact Form 7
Closed

Comments

  • mxtcz started the conversation

    Hi,

    I've tried to change the colour of the text in Contact form 7 on the footer as well as on the related URL with every piece of CSS I found online but it doesn't seem to change colour. 

    The dark footer makes the text extremely hard to read so I was hoping to change it to another colour.


    Last try I did was using the following code:

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea
    {
        background-color: #222222;
        color: #FC7D32;
        width: 100%;
    }

    From this website: https://contactform7.com/styling-contact-form/

    Is there any way we can change the text inside all Contact forms on the website?

    Thanks in advance!

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
        color: #fe6c61 !important;
    }
    body[data-fancy-form-rcs="1"] input[type='checkbox']+label >span {
        border: 2px solid #fe6c61;
    }
    body[data-fancy-form-rcs="1"] input[type='checkbox']+label {
        color: #fe6c61 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • mxtcz replied

    Hey, 

    Thank you for the fast reply! I've added the CSS into the Salient Options panel but it doesn't seem to work. I've cleared my cache and history on WP as well as on my browser(s) but the text still shows up as black. There are also no red crosses in the CSS box.

    Thanks 

  •  8,470
    Tahir replied

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks


    ThemeNectar Support Team