Okay
  Public Ticket #212143
Changing Fonts on Slider and Header
Closed

Comments

  • Sanjay started the conversation

    The font size / type on the website name in the header and the slider caption is too small. How can I change these.

    Thanks

  •  8,470
    Tahir replied

    Hey Sanjay!

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

    #header-outer.transparent header#top #logo {
        font-size: 30px;
    }
    .swiper-slide .content p.transparent-bg span {
        font-size: 38px !important;
    }
    

    Cheers


    ThemeNectar Support Team