Tagged: font style, timeline
Is there a way to alter the fonts in the timeline from heading font’s to paragraph fonts? I have my heading fonts set to a script style font and dont want the timeline fonts to be in script. I looked in the settings but didnt see an option for changing the descriptions font style.
Thank You in advance.
JP
Hey J,
Thank you for the inquiry.
We can add this code in the Quick CSS field or in the child theme’s style.css file to adjust the style of the milestone title and date or step element.
.avia-timeline-vertical li .av-milestone-title {
font-family: arial;
}
.avia-timeline-vertical li .av-milestone-date {
font-family: arial;
}
This will set the font-family to arial, adjust as you wish. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the css.
Best regards,
Ismael