Okay
  Public Ticket #200625
TITLE FONT SIZE IN SLIDER
Closed

Comments

  • Tasha started the conversation

    Hi, 

    I like your new demo so much! but I am wondering how you make the slider title font so big ? (in MODERN CREATIVE)

    I can't adjust it, does it needs extra CSS changing?

    Thank you very much!

  •  8,839
    Tahir replied

    Hey Tasha!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .swiper-slide .content h2 {
        font-family: Lovelo,sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 110px;
        line-height: 129px!important;
        font-weight: regular;
    }
    

    Cheers


    ThemeNectar Support Team