Home Forums Unicon Default Headline Settings not used in Headline Element of Visual Composer

Home Forums Unicon Default Headline Settings not used in Headline Element of Visual Composer

  • Creator
    Ticket
  • #83956
    Hen
    Buyer

    I added a Headline Element of Headline Type H2 to my page with Visual Composer. In the settings all entries are set to default which implies that it will use the default settings of the theme which is set to font-size: 24px and font-weight: bold.
    When I view the page in the browser it appears in the same font-size as my body text. In the source code it shows:
    HTML

    <h2 class="headline font-inherit fontsize-inherit fontweight-inherit lh-inherit align-left transform-inherit " style="margin: 0 0 20px 0;">Fondsdaten</h2>

    CSS

    .fontsize-inherit {
        font-size: inherit;
    }
    .fontweight-inherit {
        font-weight: 400;
    }
    

    It seems that it’s not considering the default settings which are set in the theme configuration.

    Please, let me know how to fix this!

Sorry, only verified customers can view ticket replies.