Is it possible to remove the sidebar from only one page?
I found this thread: http://en.forums.wordpress.com/topic/how-to-hide-excerpts-from-front-page?replies=2
that had relevant information about hiding the excerpt content on the homepage, and I was wondering if it was possible to extrapolate that idea and a) remove the sidebar instead of the excerpt content and b) do it on a page that wasn't the homepage.
I'm at http://featherbyfeather.com/ and I'd like to hide the sidebar on the about page: http://featherbyfeather.com/about/
I tried changing the code from the forum for manipulating just the homepage from:
.home .entry-content p {
display:none;
}
to:
.about .entry-content p {
display:none;
}
to see if the entry content would disappear from the about page, but no dice.
Apologies for clumsy beginner coding and thank you so much for all of your good help!
~Susannah