• Resolved felipemarchi

    (@felipemarchi)


    I added a new field with html in forminator, but I can’t change the text color. I’ve tried several CSS codes but I can’t.

    I need to change the text “Registre-se” to blue color.

    If anyone can help me, I’ll be grateful.

    • This topic was modified 2 years, 11 months ago by felipemarchi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @felipemarchi,

    I hope you are doing well today!

    Please add the following CSS code to your WP Dashboard-Appearance-Customize-Additional CSS section.

    #html-1 > div > p > em > a {
        color: blue !important;
    }

    Kind regards,
    Zafer

Viewing 1 replies (of 1 total)

The topic ‘Need help in Forminator Plugin HTML’ is closed to new replies.