Hello, Can you tell me the code to remove the "home page bottom feature" and "footer" for the Poloray theme? Attached is a screen shot of the two sections I want to hide from my site. Thanks very much! Melissa
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main_content_wrapper { display: none; } .footer_wrapper_top { display: none; } Thanks & Regards Gourav Shrivastava