Okay
  Public Ticket #244161
Body
Closed

Comments

  • Ben started the conversation

    Hello

    I cant seem to get my text on the body of the nectar slider the same as your demos.

    If you could advise me how to do this please?

    Thanks

  •  8,451
    Tahir replied

    Hey Ben!

    Add this into the Custom CSS box located in your Salient Options panel :

    .swiper-slide .content p {
        font-size: 24px;
        line-height: 38px;
        font-family: 'OpenSansLight';
    }
    
    
    .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