Decrease Height of Slider Banner

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Mar 15, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide-img {
    height: 200px!important;
    }
    .slider-container {
    height: 250px!important;
    }
    .slide-fix{
    height:200px;
    }
    #slide-box {
    height: 220px;
    }
     

Share This Page