dreamcell 0 Report post Posted April 19, 2012 I can't "switch off" the horizontal border at the foot of my page content. I've dug around in Firebug, I'm not very bright, and the answer eludes me. I want to retain the border elsewhere. Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted April 19, 2012 Hey there, Each post/page in Wordpress is assigned a dynamic class, so we just need to find the class. If you look in the body class, you'll see "page-id-12". http://screencast.com/t/wnsMt1Ltse That's the css class for that page. Now, the CSS class for the posts where the border is, is .hentry. It comes after the first class. So to get that border removed from only that page, place this in Custom CSS under Custom Code within your PageLines admin area. [code].page-id-12 .hentry {border-bottom:none;}[/code] Let us know how that works out for you. Nick Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted April 22, 2012 @dreamcell I have accepted Nick's answer, if you require further assistance, simply reply to the post to open the question again. Please search our forums, before posting! Share this post Link to post Share on other sites
dreamcell 0 Report post Posted April 26, 2012 Thanks very much for the answer, which is a very useful answer, and gives me fresh insight. Except that for me it doesn't work. With or without the page-id class, I can't seem to remove the bottom border from the hentry class. Share this post Link to post Share on other sites