Okay
  Public Ticket #532955
Disable accent color in contact 7 radio button list
Closed

Comments

  • Jaime started the conversation

    Hi There,

    I'm using Contact Form 7 to create a contact form, with check boxes. It seems that the check boxes are taking on the color of the accent color instead of that of the body. I'd like to know how I may overwrite this in the css so it doesn't do this. I've tried: .wpcf7-form p span { color: #2b2b2b;}, which does nothing.

    Thank you for your help.

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .wpcf7-form p span {
        color: #2b2b2b !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jaime replied

    Hi Tahir,

    Still not working. And there are no red crosses in the css custom box.

  •  8,990
    Tahir replied

    Hey Again,

    Thats because there is no !important in the css you have : http://prntscr.com/8ipfw8 .

    Thanks


    ThemeNectar Support Team 

  • Jaime replied

    Ok, thanks. I tried adding it to the child theme css instead, but I guess it has to be added to the custom css box in the theme. Thanks. It worked