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

    When I use a special heading with a subheading, the heading becomes light.

    How do I make it bold?

    http://www.nicolealbaek.dk

    Light Heading

    #1479156

    all modern-quote headings (from enfold heading element) are set to font-weight 300 on default. You can insert this to have bold :

    #top .modern-quote .av-special-heading-tag {
      font-weight: 700;
    }

    your headings inside text-block are handled different – so they are bold.

    #1479191

    Hi,

    Thanks for helping out @guenni007. Did that answer your question @nicolealbaek?

    Best regards,
    Rikard

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