Okay
  Public Ticket #986096
Color Contact form
Closed

Comments

  • Bepatient started the conversation

    Hi Salient team, 

    I already asked this but this time it doesn't work. I'd like to change the texte form color and the button color. 

    I'll try with this codeinto the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#wpcf7-f5-p25-o1 {
        color: #acacac!important
    }
    select.wpcf7-form-control.wpcf7-select {
        color: #acacac!important
    }

    With my own hex code color but noting change. 

    Thank you for your reply.
    Alex


  •  8,996
    Tahir replied

    Hey Again,

    The Form Field id has likely changed . This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team