Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #407720

    Hi wondering if anyone has a suggestion on changing the font styling of the sub heading in the special heading section. Would like to have a different font for the sub heading then the actual heading.

    Thanks
    Josh

    #407743

    Hi apps2go;
    try to add this line into your css file ;

    .av-subheading_below {font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;}
    

    adjust as you like the font family

    #407959

    Hi Josh!

    Did you try @begrafiks suggestion and did you have any luck with it?

    Best regards,
    Rikard

    #586521

    Thank you for addressing this. I was able to remove the italics, change the font size, and specify a different font with this:

    .av-subheading_below {
    font-style: normal !important;
    font-size: 24px !important;
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, Verdana, sans-serif !important;}

    #587213

    Hey!

    Great! Glad you figured it out and thanks for sharing your solution :)

    @begrafiks
    Thanks :)

    Regards,
    Yigit

    • This reply was modified 8 years, 2 months ago by Yigit.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.