How can i remove the text from below the three columns on the home page as well as the read more button. http://pottery.huntercomputersolutions.com/
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .feature_content p { display: none; } .feature_content .read_more { display: none; } This will solve your problem. Thanks.