Posted by ithacaindy on July 20, 2010 at 2:58pm
I want to style my book nodes, but I don't see it listed in the themes' node/ directory. Specifically, I want to remove the hairline that appears under the content, as well as the navigation that appears at the bottom of the page. (I have the book navigation block activated so that it appears in the right sidebar of book pages.) My goal is a book layout similar to stattler.com/book.
Comments
i am not quite sure
i am not quite sure if this is what you are asking, but to remove the "hairline" at the bottom, modify line 131 in layout.css
footer {
border-top:3px solid #000000; <------Remove
clear:both;
font-weight:normal;
margin:0 auto;
padding:15px 10px 45px;
position:relative;
width:980px;
}
and to remove the footer menu, navigate to /admin/build/menu-customize/menu-footer-primary and disable/delete what you want.