1. What is the recommended picture size of the First,Second and Third Feature Column Images and is there an option of increasing the size of the images? See attachment. 2. How do i remove the "more" link at the bottom of the Column Description?
Hello, 1. The recommended size for the featured are image is 255px X 197px. 2. To remove More link from column description use following css code in Custom css. Code: .index-feature .feature-item h5 { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade