Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Remove Title for Single Page in 3.6.1 (http://forum.bytesforall.com/showthread.php?t=18799)

c12281 Oct 30, 2012 10:43 AM

[SOLVED] Remove Title for Single Page in 3.6.1
 
I entered the following CSS and it removed the page title from every page instead of just for page #2818.

body.page-id-2818 div.post-headline h1, div.post-headline h2 {display: none;}

Also per Larry's suggestion, I set Use Post/Page Options to YES and that remove page title box does not appear. It used to!

Any help would be appreciated.

Thanks!

juggledad Oct 30, 2012 01:01 PM

the comma seperates multiple CSS Selectors from the rules they apply to so your CSS is the same as
HTML Code:

body.page-id-2818 div.post-headline h1 {display: none;}
div.post-headline h2 {display: none;}

I would also urge you to move to the latest release 3.7.9

c12281 Oct 30, 2012 02:01 PM

Got it. Worked perfectly. Thank you.

Re: upgrading to 3.7.9, I tried but did not work for my multi-site installation. Worked fine for all of my standard WP sites, but not the multi-site...


All times are GMT -6. The time now is 08:03 PM.

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