Okay
  Public Ticket #316157
line heigh of nectar slider h2 heading
Closed

Comments

  • Jonathan started the conversation

    For some reason - nothing I am trying has worked. I must have tried 20 different combinations, including one provided in your FAQ's:

    body .nectar-slider-wrap div.swiper-slide .content h2 {

    line-height: 20px!important;

    }

    I want to reduce the gap between 'Nevada's Next' and 'Gold Producer' in the first slide. I have a class on the slide "slide-gold" but nothing I try will alter the gap between the 2 lines. 

    Any help would be huge!

    Thanks,


    JDW

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .swiper-slide .content h2 {
        font-size: 92px;
        line-height: 81px!important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Jonathan replied

    Hi Tahir,

    That didn't do anything, unfortunately. I can effect everything on that heading except font-size and line-height. For example, just doing .slide-gold h2 { letter-spacing: 5px!important; } will space out the letters. But, line height is not effected no matter what I do… 

  •  8,406
    Tahir replied

    Hey Jonathan!

    See screenshot: http://prntscr.com/55kd10 . It seems to be working fine when i live edit the css that i earlier provided. Are you not seeing the changes ?. Try clearing your browser cache. 

    Thanks 


    ThemeNectar Support Team