I am wanting to know if there is a way to disable the "read more" link under the first features sections? I want the heading, picture and brief content, but want to take off the "read more" hyperlink. Thanks for your help. Dan
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_content .column-three .inner_area .read_more { display: none;}