Hey guys,
So the issue i’m having has to do with changing the fonts on the headers of my advanced slider. At first, I thought I had incorrectly installed the google font plugin. I tried alternating the types of fonts and their associated Headers (H, H2,H3,H4….) but nothing has worked. Its not the google font plugin because it does change on my website in paragraphs, headers etc… just not in the advanced slider. I’ve tried playing around with CSS suggested around in the forum but nothing has worked.
Suggestions?
Thx in advance.
Sebastian
Hey HadjiMagic!
Which font family would you like to use? You can add following code to Quick CSS in Enfold theme options under Styling tab to force all heading elements in LayerSlider to use open sans font family
#top .avia-layerslider .ls-wp-container .ls-layer h1, #top .avia-layerslider .ls-wp-container .ls-layer h2, #top .avia-layerslider .ls-wp-container .ls-layer h3, #top .avia-layerslider .ls-wp-container .ls-layer h4, #top .avia-layerslider .ls-wp-container .ls-layer h5, #top .avia-layerslider .ls-wp-container .ls-layer h6 { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; }
Cheers!
Yigit