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
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
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
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