I would like to remove the entire 'bottom feature' from the home page (except for feature button link. Is there a specific styling code to do such? thanks!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-bottom { display: none; }