How to hide the form?

Discussion in 'Variant WordPress Theme' started by effyeweb, Dec 18, 2015.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    If i want to hide the form..... how to?
    if i OFF the form..... the frame will still there...... how do i totally hide the form or remove it?

    http://www.3dprogram.myrobot.com.my/
     
  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:
    .template_form_content {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    This does not remove the form. It says "form is disabled by admin" and still pops up a blank box.
     
  4. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    variant_remove_form.png

    Hope it will work for you..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page