Okay
  Public Ticket #343475
Line height and Font styling
Closed

Comments

  • Wesley started the conversation

    Hi

    I have two questions regarding font styling on my WP site.

    1. I want to reduce the line height of my Nectar Slider headings on mobile. Could you show me what I need to add to my custom CSS to do this please?

    2. I'm using the Google font Montserrat, but it does not seem to be applying to the heading of the 'Recent Projects' component. How do I do this?

    My password to see my site is braveaccess2014.

    Thanks very much for your help. 

    Wes

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 690px) {
        html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2 {
            line-height: 40px !important
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  •   Wesley replied privately
  •  8,847
    Tahir replied

    Hey Again!

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

    body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
        font-family: "Montserrat";
    }
    

    Thanks 


    ThemeNectar Support Team 

  •   Wesley replied privately