Hi, Add this code in “Custom CSS” box in Theme Options panel:
#footleft, #footmiddle, #footright {
display: none;
}
Thread Starter
bjehu
(@bjehu)
Hi, Marvie. Perfect. Thanks very much.
Thread Starter
bjehu
(@bjehu)
Hi. Having an additional challenge. On a site I’m experimenting with, mediavizion.biz, I now have what appears to be a blank widget showing up in the lower right-hand side of the page – directly underneath the “How to Get Started” text widget. How can I remove that? I’ve attempted to remove it by trying to remove the meta and sidebar 2 widgets, though the seemingly blank widget is still present. Below is what I have in the custom CSS field. I’ve attempted to look through the individual WordPress files to identify the specific IDs for the meta and sidebar 2 widgets. Thanks again…
#footleft, #footmiddle, #footright, #meta, #sidebar-2 {
display: none;
}
#tertiary {
display:none;
}