Changing the font family of the sub heading

  • LoisRymer1
    Asked on October 5, 2016 at 10:14 AM

    Hiiiiii
    Try to add this line into your css file ;.av-subheading_below {font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;}


    I have to do so the subheader text mixes two colors like this demo?

    DEMO

    Hire Magento Developer Team

     

  • Welvin Support Team Lead
    Replied on October 5, 2016 at 10:24 AM

    If you are trying to change the font family of the sub heading, you need to inject the following custom CSS codes:

    .form-header-group .form-subHeader {

    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;

    }

    Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes