How to remove footer widget from a specific page
-
I am now developing a wordpress site using Nova theme.I want to remove footer widget from a couple of pages.
I want to do it by editing css. My css code for footer is#footer { border-top: 1px solid #fff;}
p#copyright { float: left; font-size:12px; color:#555555; text-shadow: 1px 1px 1px #fff; padding: 30px 0px; }
p#copyright a {font-weight: bold; color:#555555;}
#footer-widgets #widgets-wrapper { padding-bottom: 40px; }
#footer-widgets .widget { float: left; width: 220px; margin-right: 26px; padding-top: 45px; }
#footer-widgets .last { margin-right: 0px; }
#footer-widgets h3.widgettitle { background: url(images/footer-separator.png) no-repeat bottom left; padding-bottom: 14px; margin-bottom: 10px; }
- The topic ‘How to remove footer widget from a specific page’ is closed to new replies.