Slider height

Discussion in 'ColorWay WordPress Theme' started by easylia, Mar 14, 2013.

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

    easylia New Member

    Joined:
    Feb 10, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    France > Bordeaux
    Hello,

    A customer for whom I bought ColorWay insists on having higher pictures in the slider. Currently, they are 355 px high. He wants 598 px.
    Is it possible to change it quite easily?

    Thanks.
     
  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: 550px!important;
    }
    .slider-container {
    height: 600px!important;
    }
    .slide-fix{
    height:550px;
    }
    #slide-box {
    height: 570px;
    }
     
  3. easylia

    easylia New Member

    Joined:
    Feb 10, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    France > Bordeaux
    It perfectly works!

    Thank you! :)
     
Thread Status:
Not open for further replies.

Share This Page