Slider Heading & Description Font Size Change

Discussion in 'Squirrel WordPress Theme' started by bizzyboy, Aug 3, 2016.

Thread Status:
Not open for further replies.
  1. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    How can I change the font size & font type of:

    1. the Slider Heading (For example I would like to change it from a H1 to a H3.)

    2. the Slider description content

    Thanks - Paul
     
  2. priya

    priya Guest

    Hi, Paul..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider-info h1 {
        font-size: 25px
        font-family: sans-serif;
    }
    .slider-info p {
        line-height: 24px;
        font-family: serif;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, thanks Priya. That works perfectly.
     
  4. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page