Notice

If you are going to submit ticket for our themes support , then make sure we are not providing support for any Porn/Adult related websites.
When You Submit Ticket Please Include Your WordPress & FTP login info with Website URL so When our team will see any error then there was no need to wait for login info, Our Team will fix that ASAP.
We are offering Designing services like LOGO Design and Banner Design etc.

Okay
  Print

Change Height of Big Slider on HomePage.

First add this css code in custom.css.

.home-featured .stage, .home-featured .stage .item, .home-featured .stage .thumb{height:400px !important;}
.content_2{height:400px !important;}

Then Edit your Style Sheet like if you are using stylesheet-light-blue.css Edit this file in any editor and come to Line Number 4177 Change height from here.

height: 420px !important;

Note: We are using 400px height in this code you can change this with your requirement.

Thanks