Okay
  Public Ticket #1046539
Text appearance in NectarSlider
Closed

Comments

  •  2
    50pH started the conversation

    Hello ;

    When inserting a Nectar Slider in a page, Visual Composer allows to set the text size (<p> and <h2>) for tablets and smartphones displays.

    I understood that these settings are for 2 sizes :

    - under 690 px
    - from 690 to 1000 px

    ... And resizing my browser window, I noticed there's a third size, apparently from 1000 to 1300 px.

    How can I solve that ?

    Thank you

    SopH.

  •  8,458
    Tahir replied

    Hey Again,

    Please set the Font size in Salient Theme Options Panel -> Typography Section . 

    If it doesnt work add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1300px) and (min-width: 1000px){
    body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2, body .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    }

    Thanks



    ThemeNectar Support Team 

  •   50pH replied privately