Hi Guys,
Is there a way to use regualr & instead of the fancy one that is being used in the site below?
Thanks
Hey robertscott,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.special_amp {
font-family: initial !important;
}
Best regards,
Jordan
and if you like the size and color of heading try this:
.special_amp {
font-family: initial !important;
font-size: inherit !important;
color: inherit !important
}