Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to remove menu2 (category menu bar) from some selected pages (http://forum.bytesforall.com/showthread.php?t=10362)

rcmadawala Oct 15, 2010 09:20 AM

[SOLVED] How to remove menu2 (category menu bar) from some selected pages
 
Guys,

I need some help to remove menu2 (category menu bar) from some selected pages. currently, i removed this menu bar from my home page (which is a static page) by adding

.home #menu2 {display:none;}

to the css inserts. but i want to know how can i remove this menu from my other pages (page id's are
34,37,39).:confused:

I am using Atahualpa 3.5.3 on wordpress 3.0.1

Wish somebody will help me on this :)

rcmadawala Oct 15, 2010 10:26 AM

Found it.
All i did was adding a CSS insert for each page. here is the code:

body.page-id-37 #menu2 {display:none;}

;)


All times are GMT -6. The time now is 01:46 AM.

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