G gorderson New Member Aug 2, 2011 #1 Hello, How do I remove the black bar that is at the bottom of the topsites. Thank you, sorry for my language i'm french Webmaster.
Hello, How do I remove the black bar that is at the bottom of the topsites. Thank you, sorry for my language i'm french Webmaster.
Mark Administrator Staff member Aug 3, 2011 #2 open skins/parabola/wrapper.html and remove everything starting at: HTML: <ul id="footer"> and ending at: HTML: </ul><!-- END FOOTER --> <p><a id="footer_trigger" class="active" href="#"></a></p> you can also remove: HTML: $('#footer').stickyFooter({ speed : 'slow', effect : 'hover_slide', showhidefooter : 'show', hide_speed : 1000, hide_delay : 2000 }); and: HTML: <script type="text/javascript" src="js/footer.js"></script>
open skins/parabola/wrapper.html and remove everything starting at: HTML: <ul id="footer"> and ending at: HTML: </ul><!-- END FOOTER --> <p><a id="footer_trigger" class="active" href="#"></a></p> you can also remove: HTML: $('#footer').stickyFooter({ speed : 'slow', effect : 'hover_slide', showhidefooter : 'show', hide_speed : 1000, hide_delay : 2000 }); and: HTML: <script type="text/javascript" src="js/footer.js"></script>