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
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
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;}
Hey!
Great! Glad you figured it out and thanks for sharing your solution :)
@begrafiks Thanks :)
Regards,
Yigit