New Landing How can we help? Themeforest Theme Support Joyn Swift Slider – change "Caption Title" font

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Joyn
  • #238955
    pleeman
    Member
    Post count: 105

    How can I specify a different font for the “Caption Title”. I have uploaded a custom font I want to use just for that text element.

    #239118
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .swiper-slide .caption-content > h2{
    font-family: 'YOUR FONT NAME' !important; /*Please change the font name*/
    }

    Thanks
    Mohammad

    #239185
    pleeman
    Member
    Post count: 105

    Thank you, is it also possible to set the letter spacing using the css code?

    #239187
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .swiper-slide .caption-content > h2{
    letter-spacing: 2px !important;
    }

    Thanks
    Mohammad

    #239189
    pleeman
    Member
    Post count: 105

    Thanks again

    #239193
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #249698
    pleeman
    Member
    Post count: 105

    Hi,

    For some reason this in only working in Safari web browser right now? The font specified in the custom css in not working in Firefox or Chrome any longer? Here is the code I am using.

    .swiper-slide .caption-content > h2{
    letter-spacing: 10px !important;
    }
    
    .swiper-slide .caption-content > h2{
    font-family: 'texgyreadventor-regular' !important;
    }
    #249710
    pleeman
    Member
    Post count: 105

    Not sure why this stopped working, but I decided to go with a different solution and simply use a global font setting for H2 that is working for us now.

    #249724
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register