I would like some guidance on the below: 1. Remove Categories on the right and widen the main categories area. Basically I need a full width template. Where do I activate the Full width template for the homepage? 2. Add custom icons to main categories 3. Enlarge images on the slider & also slow it down
Hello, 1) Download "index.php" file attached and replace it with your current index.php file. After that go to classicrafttheme\library\control\theme_functions.php and follow instructions as shown in the image. And also Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slider_wrapper #cc_carousel{ max-height:250px; } #slider_wrapper li img{ height:200px; width:200px; } #slider_wrapper .jcarousel-next-horizontal { position: absolute; top: 95px;} #slider_wrapper .jcarousel-prev-horizontal { top:95px; } ul.grid { width: auto;} 2) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. 3) I have added animation code at line number 98 in the index.php file. You can adjust speed from there.