Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #485830

    Hey

    Some random titles in my contact form look different, they are not bold anymore. How can I fix it?

    kontakt

    Regards,
    Aline

    #485987

    Hi Aline!

    Thank you for using Enfold.

    Please add this in the Quick CSS field to set the font weight to 600:

    .caps {
        font-weight: 600 !important;
    }
    

    Cheers!
    Ismael

    #486002

    Thanks. But it’s still not quite the same if you look at it… might be the color?
    http://wohnen-am-wehrenbach.ch/kontakt-2/

    #486071

    Hey!

    Add this.

    .caps {
      color: black !important;
      font-size: 12px !important;
      font-weight: bold !important;
    }

    Best regards,
    Elliott

    #486082

    Hey!

    I can’t use neither of them because it messes up other titles on my homepage

    #486168

    Hi!

    Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .caps {
      color: black !important;
      font-size: 12px !important;
      font-weight: bold !important;
    }
    </style>

    Cheers!
    Elliott

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