Remove Contact Form

Discussion in 'Blackriders WordPress Theme' started by stockette, Oct 16, 2015.

Thread Status:
Not open for further replies.
  1. stockette

    stockette New Member

    Joined:
    Apr 7, 2015
    Messages:
    8
    Likes Received:
    0
    I want to remove the contact form entirely from the site. Can you tell me how I can do this?

    Thanks
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .caption {
        display: none !important;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. stockette

    stockette New Member

    Joined:
    Apr 7, 2015
    Messages:
    8
    Likes Received:
    0
    Thank you ! Worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page