Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #481530

    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!

    #481947

    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

    #482173

    thank you, Rikard! i will give this a shot!

    #482524

    Hey!

    Alright. Please update us if you need anything else. :)

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.