Okay
  Public Ticket #1829459
CF7 Field Heading Font Color
Closed

Comments

  • pideson started the conversation

    Hi,

    I'm struggling to find a way to style the headers for each field to black.  

    Thanks!

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    form label {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • pideson replied

    Thank you!