• Resolved usat009

    (@usat009)


    I’ve submitted request on how to style specific labels, but now i’d like to know how to style the labels on an entire page.

    They are all this light grey font color, and I just want to make them black by standard but applying the CSS to a top level style sheet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter usat009

    (@usat009)

    I was able to change the Text Field label colors to black. I just realized my specific problem is that I need to change the color of the Checkbox, Radio and Upload File fields. Basically everything that isn’t in the text or textarea classes of labels.

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @usat009

    You can target those labels using this CSS selector:

    #cf7md-form .cf7md-label--static

    As an example, add this CSS under Appearance > Customize > Material Design Forms > Custom CSS:

    #cf7md-form .cf7md-label--static {
      color: black;
    }

    Thanks,
    Angus

    Thread Starter usat009

    (@usat009)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Overall Label Color Change’ is closed to new replies.