Change font size for home page heading and slider size?

Discussion in 'BlackBird WordPress Theme' started by sirhillary, Feb 25, 2013.

  1. sirhillary

    sirhillary New Member

    Joined:
    Feb 18, 2013
    Messages:
    6
    Likes Received:
    1
    I am using the BlackBird Pro Responsive Theme version 1.9.3 for http://www.steril-aire.co.uk/

    How do you change the font size for the home page heading?
    How do you change the slider size currently 950px wide-390px heights to 950px wide-310px heights

    Thanks


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first and second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content h1 {
    font-size: 20px;
    }
    .flexslider .slides img{
    height:310px;
    }
     
    sirhillary likes this.

Share This Page