Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #682322

    Hi enfold support team,
    I use 2 groups of check boxes (Contact form 7) only on this page.
    The label of the first group of check boxes should be white #fff.
    Another should be black #000

    Could you please helf me with thist?
    Please take a look at the attached file

    #683700

    Hey vnfan,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .white-labels label * {
        color: white!important;
    }
    

    I edited your form and added a custom class to the column on the left side

    Best regards,
    Yigit

    #683726

    Great. Thanks alot Yigit.

    #683727

    Hey!

    You are welcome!
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘custom label color of check boxes’ is closed to new replies.