Remove Contact Section

Discussion in 'StartPoint Business One Page WordPress Theme' started by rjmprofessional, May 17, 2014.

  1. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    I would like to remove the contact section from Startpoint home page. How can I do this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .contact-wrapper {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    Thank you so much for your prompt reply. I have know run into another small issue. In removing the contact form, it removed my social icons, which I definitely want present on my home page.

    What is the best way to add the social icons back to my home page, and even the bottom of all other pages on my site?

    Thank you again for all your support. I greatly appreciate the entire Ink Themes team.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

Share This Page