Hi there – please see the hidden link – on this page, I have a “magazine” for the client. where it reads “style…”, i’d like that to be in an alternate google font, without going to the Enfold Advanced Styling tab and changing all H1s, for example, sitewide.
is there a way within the Caption section of the full-width easy slider to insert some code for a font, in the Caption field, and have it be a different font?
thanks in advance for your help!
Hey charger70,
You could try something like the following in Quick CSS:
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.page-id-59491 #full_slider_1 h2.avia-caption-title {
font-family: 'Open Sans', sans-serif !important;
}
Best regards,
Rikard
thank you, Rikard! i will give this a shot!