Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #665997

    Hello,

    On the contact form, I was able to turn the text to white, but the asterisks and other text at the bottom are not in the same location on the backend.

    Contact page, changing the color of the astericks

    How do I change them to white like the text?

    Thank you,

    Bob

    #666538

    Hey BobCarey!

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

    .main_color .required {
        color: white;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.