Home › Forums › Theme support › Change height of Cycle Slider › Reply To: Change height of Cycle Slider
We checked your source code and found custom CSS code, added in your theme options panel. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and remove this:
/*— Change heigtht of slider —*/
.slideshow_cycle {
height:500px !important;
}