Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Using CSS just about anything is possible. To change the color of the asterisk you would do something like this:

    span.ss-required-asterisk {
        color: green;
    }

    Now depending on your theme and form settings this may not be 100% accurate but it should work in most instances. Change the color to whatever value you want. Use the HTML #rrggbb syntax instead of explicit color names if necessary.

    Thread Starter mmmmagnus

    (@mmmmagnus)

    Thanks!

    Unfortunately I have some problems with the CSS. It just doesn’t work, as described here. And I don’t know what to do? Where do I look for errors? Is it something in my theme? If so what?

    / Magnus

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Fill out my Help and Support Form and I will look at it: https://bit.ly/wpgform

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of asterisk’ is closed to new replies.