Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #779127

    Hi, how can I change the font of the caption in a full width easy slider element? I want to use the Monotype Corsiva font.

    Thanks.

    #779227

    Hello bakbek,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    if you want to change the font family of Caption title

    h2.avia-caption-title {
        font-family: "Monotype Corsiva", Times, serif !important;
    }

    and if you want to change the font family of Caption text

    .avia-caption-content p {
        font-family: "Monotype Corsiva", Times, serif !important;
    }

    Thank you

    #779274

    Hi @bakbek,

    Did you try out the suggestion by @designweb and did you have any luck with it? If not then please post a link to your site and we’ll have a closer look.

    Best regards,
    Rikard

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