Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337493

    Hey!
    I’m using a font that does not come with “bold” style so I prefer to avoid “forcing” browsers to render a “false bold style”…
    cf on my blog page -> newsletter in the right bar -> just above the input address, the title “Adresse mail” is in bold.
    How could I change it to weight 400 / And this for ALL possible titles of the contact form (as I will probably add another more complete one in my Contact Page). Could you please help with css?
    Thank you!

    KInd regards,
    Marie

    #337778

    Hi Marie!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    #top label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    }

    Regards,
    Ismael

    #337929

    Perfect. Thanks a lot Ismael!
    Regards,
    Marie

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact form with "no bold" style’ is closed to new replies.