Open header.php and change
toCode:<body class="custom">
Open style.css and add these rules:PHP Code:<body <?php body_class('custom'); ?>
200 is the ID of the page you want. The number should appear in the address bar when you edit it.Code:.page-id-200 #sidebar { display: none; } .page-id-200 #content { width: 910px; } .page-id-200 #content_box { background: none; }
http://www.evolvewomen.com/wp-admin/post.php?post=200&action=edit
If you want multiple pages to hide the sidebar, enter them in a comma-separated list, i.e.
Hope that works!Code:.page-id-200 #sidebar, .page-id-300 #sidebar { display: none; } .page-id-200 #content, .page-id-300 #sidebar { width: 910px; } .page-id-200 #content_box, .page-id-300 #sidebar { background: none; }




Reply With Quote
Bookmarks