Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] How to hide or make invisible Text-Widget in sidebar (http://forum.bytesforall.com/showthread.php?t=2538)

multiram Jul 20, 2009 09:28 AM

[SOLVED] How to hide or make invisible Text-Widget in sidebar
 
I got the latest version Atahualpa-3.4.2 with WP-2.8.2, I just want to know, how to hide or make invisible a Text-Widget in sidebar in Atahualpa-3.4.2 theme

multiram Jul 22, 2009 06:58 AM

No reply so far: I feel this ain't a simple workaround, at least for me I'm not a coder! will any help available?

lhanft Jul 22, 2009 09:09 AM

Try the Widget Context plugin -- it lets you show widgets on some pages but not others.

Flynn Jul 23, 2009 06:10 AM

You can do this with a CSS insert

div#id-of-widget {
display: none;
}

or

div.class-of-widget {
display: none;
}

multiram Jul 23, 2009 08:02 AM

Flynn, Thanks a lot.. that code just worked like a CHARM :)


All times are GMT -6. The time now is 09:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.