Hello Kriesi, Ismael, Devin & others,
Great job on this theme guys, this is an incredibly beautiful and elegant design.
I’m still exploring the many options but I’ve run into an issue that I need some assistance with. I have toggled Open Sans as the font for both Heading Font and body font in the Theme Options Styling section. I would like to use Open Sans as a font for text elements in the LayerSlider but it’s not recognized when I enter it under Family in the Font area of the Style section.
I’ve also tried adding Open Sans via the plugin WP Google fonts, but still nothing.
What do you recommend as a next step?
Thank you so much for your help.
Best,
Jonathan
Hi,
Can you give us a link to the page with the layerslider? You can add a special class selector for each layers. Go to Attributes panel > Classes, add a class called “layerslider-open-sans” for example. Save changes. Go to custom.css or Quick CSS, add this code:
.layerslider-open-sans {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Regards,
Ismael
Thank you Ismael, this was super helpful!