• Resolved dhyanakendra

    (@dhyanakendra)


    Hi

    Thank you for such a lightweight contact plugin which has no unnecessary bells, whistles, and bloat. Can I customize the form title as per my requirements with CSS:

    Font Type: Nunito
    Font Size: 25px
    Font weight: 900
    Font Transition: uppercase
    Text Alignment: center

    Could you pls. help me in this regards with the required CSS?

    Thanks in advance
    BM

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • thethemefoundry

    (@thethemefoundry)

    Hey! Sure you can!

    Please try this code snippet…

    .happyforms-form__title {
        font-family: Nunito;
        font-size: 25px;
        font-weight: 900;
        font-transform: uppercase;
        text-align: center;
    }

    Let us know how that works!

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi
    Thanks for your response.
    I observe that only the font-family and text-align are getting updated. Could you pls. look into this?

    Rgds
    BM

    thethemefoundry

    (@thethemefoundry)

    Got it, @dhyanakendra! Would you mind replacing that with the updated snippet below? That should patch it up for you.

    .happyforms-styles h3.happyforms-form__title {
       font-family: Nunito !important;
       font-size: 25px !important;
       font-weight: 900 !important;
       text-transform: uppercase;
       text-align: center;
    }

    Let us know if that worked! ??

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi

    Thanks, it worked

    BM

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi
    Just one more thing. How to change color to white?

    thethemefoundry

    (@thethemefoundry)

    Hey @dhyanakendra,

    Looking at the page now, it looks like you already figured it out! ?? Adding color: #fff to the set of CSS rules does the trick.

    Have a great day! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Form Title Customization’ is closed to new replies.