How to completely disable certain widgets?

Discussion in 'Infoway WordPress Theme' started by lisatim, Dec 18, 2014.

  1. lisatim

    lisatim New Member

    Joined:
    Dec 17, 2014
    Messages:
    5
    Likes Received:
    0
    Hey there,

    as far as I can tell, the Infoway theme shows widgets such as the lead capture form and all the widgets in the footer by default; even though I have drag & dropped theme into the disabled section in the admin section. So only way I can get rid of the form is to replace it with another widget but this is not what I wanna do.

    How can I disable e.g. the lead capture form completely so that it does not show up anymore on the home page? It just doesn't work with the aforementioned method. And how about disabling any widget such as all the default widgets in the footer?

    Thanks in advance
    Tim
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    For this you have two options one is to remove or hide with the help of CSS and another method is to use text widget(without filling heading and text just only select) in that widget area.
    This will remove unwanted by default widget content.

    Thanks & Regards
    Pramod
     
  3. lisatim

    lisatim New Member

    Joined:
    Dec 17, 2014
    Messages:
    5
    Likes Received:
    0
    Thanks for your reply. Could you give me the CSS code to disable the lead capture form and the different widgets in the footer?

    Thanks in advance
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .signinformbox {
    display: none;
    }
    Thanks & Regards
    Pramod
     
    lisatim likes this.

Share This Page