How to remove Contact Us section on main page

Discussion in 'StartPoint Business One Page WordPress Theme' started by jimslade, Jan 4, 2016.

  1. jimslade

    jimslade New Member

    Joined:
    Jul 22, 2014
    Messages:
    7
    Likes Received:
    0
    How can i remove the Contact Us section of the main page entirely?

    Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .contact-wrapper {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page