Okay
  Public Ticket #264418
Slider Font
Closed

Comments

  • Brock started the conversation

    Greetings!

    We love your theme, so far. We wanted to know if you could add a simple text modifier, so that we could adjust the size and color of the font on the slider; maybe even make it so that we could put a semi-transparent block behind the lettering. Your help will be greatly appreciated.

  •  8,839
    Tahir replied

    Sure,

    Add this into the Custom CSS box located in your Salient Options panel :
    body .swiper-slide .content h2 {
        font-size: 60px;
        line-height: 80px;
        letter-spacing: -1px;
        display: block;
        color: #fff;
        font-family: 'OpenSansLight';
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
    }
    body .swiper-slide .content p {
        font-size: 24px;
        line-height: 38px;
        font-family: 'OpenSansLight';
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  • Brock replied

    Thank you! Is there a way to only place this on certain pages? This currently made all of my page sliders show up like this. For instance (www.allbrock.com)

  •  8,839
    Tahir replied

    Hey Brock!

    Yes you can add it to the Visual Composer Css button ( http://prntscr.com/4dydbr ) so the css shows on that page only.

    Cheers


    ThemeNectar Support Team 

  • Brock replied

    Wow... I couldn't be more estatic about this theme... and your customer service. We've dealt with so many poor quality themes and pseudo "premium" themes, and you all are top-notch. We are proud members of the Nectar Theme Team (Use that... it's a freebie.. lol). Thank you very much.