Okay
  Public Ticket #195310
Caption text size for nectar slider
Closed

Comments

  • Thinkpierce started the conversation

    Hello,

    Great theme. Thanks to your feedback, I've switched from the Home Slider to the Nectar slider in order to gain button color control. I'm now wondering how I can increase the size of the Caption text in the Nectar slider to appear as large as it does in the Home slider. (Also, I am displaying the caption text with the transparent caption background option, if that makes a difference.) Thanks for your time.

  •  8,470
    Tahir replied

    Hey!

    Please always provide us a url so we can write up some custom css for you :) .

    Thanks


    ThemeNectar Support Team 

  • Thinkpierce replied

    sure, the URL is www.thinkpierce.com

    thanks

  •  8,470
    Tahir replied

    Hey!

    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:

    .home .main-content > .row > div .swiper-slide .content p {
        font-size: 39px;
        line-height: 66px;
        padding-bottom: 10px;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Thinkpierce replied

    great, thanks!