Hi,
I’m not sure this is an enfold issue, however I figure you are the most likely :)
I have installed the Easy Google Fonts plugin.
When I change the paragraph font using Easy Google Fonts it also changes the fonts in the Easy Slider – Edit Form Element – Caption — Caption Text, and also the text in Media Elements – Image – Caption. Maybe both Caption texts are associated with Paragraph somewhere in the Enfold coding.
This is unfortunate as every time I alter the paragraph text it changes the above mentioned fonts.
I cannot find anywhere within Easy Google Fonts to address the issue.
If this can be changed within the Enfold theme can you please advise me how to fix the issue?
Hi taoleo,
I’m not familiar with that plugin unfortunately, could you try importing the fonts directly to the theme instead maybe? http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Thanks,
Rikard
Hi Rikard,
Thanks for the reply.
I guess I clouded the issue by mentioning the plug in, and I didn’t phrase the question correctly anyway….sorry about that.
Is there a way to change the css shortcode so that the: Easy Slider – Edit Form Element – Caption – Caption Text, and the: Media Elements – Image – Caption fonts are changed for example via a Heading 4 or 5 setting.
Cheers
Nigel
Hi,
Override the font family in the Quick CSS field:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
font-family: 'Arial';
}
Adjust the font.
Best regards,
Ismael
Thanks Ismael.