How do I reduce the height of the slider image

Discussion in 'ButterBelly WordPress Theme' started by crystal0811, Mar 30, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hello! How do I reduce the height of the slider image on the home page?
     
  2. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides img {
    height: 500px;
    }
     
    You can adjust the value "height" as per your requirement.
    This will solve your issue.
     

Share This Page