Okay
  Public Ticket #309999
Span CSS vs NEX Forms
Closed

Comments

  • Felipe started the conversation

    Hello,

    I am having trouble customizing the input-label check-label of the form form NEXs-Form plugins. I want it white to contrast with the black background

    It is giving me conflict with my accent color. I have tried to add 

    span.input-check

    color:#ffffff;

    }

    input-check

    {

    color:#ffffff;

    }

    With no luck. Can anyone help me figure it out how can I fix this?

    Thanks a lot

  •  8,453


    ThemeNectar Support Team 

  • Felipe replied

    Yeah, I actually use Safari Inspector, but there seems to be some sort of conflict with the theme and the plugin, caused by the main color.

  •  8,453
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    html body label span {
        color: #fff !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team