Cannot change height of slider image

Discussion in 'BlackBird WordPress Theme' started by jeiko, Mar 30, 2013.

  1. jeiko

    jeiko New Member

    Joined:
    Feb 22, 2013
    Messages:
    4
    Likes Received:
    0
    I have put this code into the custom CSS and it has no effect. I used to work, but I have reloaded the website. Any ideas what I might be doing wrong?


    .slide-img {
    height: 200px!important;
    }
    .slider-container {
    height: 250px!important;
    }
    .slide-fix{
    height:200px;
    }
    #slide-box {
    height: 220px;
    }
     
  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:
    .flexslider .slides img {
    height: 200px;
    }
     

Share This Page