• Resolved belyvolk

    (@belyvolk)


    Good day!

    Thanks for the awesome plugin, I really liked it!

    You can add the ability to change the description color separately? And color “(optional)” make it lighter.

    Thanks you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there, @belyvolk 👋

    The description color can be set by adjusting Primary color setting in General tab. Changing (optional) text color is not yet possible but it’s super-easy to change with the following CSS:

    .happyforms-part__label .happyforms-optional {
      color: grey;
    }

    Just insert it to Additional CSS section in Customizer and the color will change for all of your forms.

    Let us know if that points you in a right direction! 🙂

    Thread Starter belyvolk

    (@belyvolk)

    The problem is that if change the color of the description adjusting Primary color setting in General tab, then the color of the Form name will also change. I wanted the color of the name of the form and the description were different.
    I added the code and it works:

    .happyforms-part__description {
        color: #888888!important;
    }

    Thanks for the color change code (optional). It works only with the addition of !important

    Got it, @belyvolk! Great job figuring it out with that code snippet! 👏

    Have a great day 🙂

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