Remove Lines on Home page

Discussion in 'ColorWay WordPress Theme' started by jezbellkid, Sep 16, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    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
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page