Hello, How can I remove one of the two lines at the bottom of my home page. I have removed all the features and now I have two lines at the bottom of the home page. I would only like one line. Keeping my website tidy. www.portsydneybiblechapel.ca Thank You for all your help
Hello, Use following css code in Custom css for it. Code: #content { display: none; } You can also use following css to manage your website. Code: blockquote.home_blockquote { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade