Tagged: text editor
The text editor in WP normally shows text and visual, but I only now see “text”, the visual tab has disappeared and cannot change much, color of the text, etc.
Also in child enfold theme options not all google fonts are loaded, only some, why?
Last, how can I change the font size of the font of the captions on the full screen slider?
Thank you!
Hey pctech33!
Thank you for using Enfold.
1.) Please make sure that you have the latest version of the theme and none of the plugins are causing the issue. Try to deactivate all plugins, remove browser cache then check the page.
2.) Use this filter to add more google fonts in the theme options: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
3.) Use this in the Quick CSS field:
.avia-caption-content {
line-height: 1.3em;
font-size: 18px;
}
Regards,
Ismael
Hey Ismael,
am going to update Enfold now as you released the latest version and hopefully this will fix it, if not, please help me.
Thanks.