How do I make images on the homepage slider bigger? The website makes them tiny then leaves a ton of space on top and bottom.
Hello, Paste this code in Custom CSS Settings > Theme Option > Styling Option > Custom CSS Code: #slider_wrapper li img { height: 108px; width:108px; } #slider_wrapper #cc_carousel { max-height: 126px; }