Smaller slider or Remove 3 'featured' sections

Discussion in 'BlackBird WordPress Theme' started by rachelmazza, Apr 5, 2014.

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

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    Hello,

    My Client is asking me to try and make the home page just one page where visitors don't have to scroll down.

    Is there a way to make the slider smaller, or remove those 3 "featured" sections?

    Thank you,
    Rachel
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides img {
    height: 300px;
    } 
    Adjust its value as per your requirements.


    2.


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     
    .feature-content .circle-content {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    Perfect!

    Thank you so much for your help!
    I have to say, this is the best support forum I've ever seen.

    Thanks!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page