i'm allowed to delete footer on my forum, but I don't know the way how to do it? can someone please help me??
If you can give a link to your forum that would be helpful. Most of the time the footer will be all but near the last thing in your html code before </body> tag.
If you provide us a link that would be the best option. Otherwise look in index.php or functions.php or the index.php of theme / template that you are using.
ur footer HTML. if u want delete the footer delete this code <div id="page-footer"> <div class="navbar"> <div class="inner"> <span class="corners-top"> <span/> </span> <ul class="linklist clearfix"> <li class="footer-home"> <a class="icon-home" accesskey="h" href="/forum.htm">Home</a> </li> <li class="rightside"> <strong> </strong> | <span class="gensmall">©</span> <a class="copyright" target="_blank" href="http://www.editboard.com/hr/phpbb/">phpbb</a> | <a class="copyright" target="_blank" href="http://help.forumotion.com/" name="bottom">Free forum support</a> | <a class="copyright" rel="nofollow" href="/contact.forum" name="bottom">Kontaktiraj</a> | <a class="copyright" rel="nofollow" href="/report_abuse.forum?page=%2Findex.htm&report=1">Report an abuse</a> | <strong> </strong> </li> </ul> <span class="corners-bottom"> </span> </div> </div> <p class="copyright"> </p> </div> Code (markup):
Insert this in your css, that should work: #page-footer .navbar{ display: none !important; } Code (markup):
I don't think so because css responsible for presentation in whole site if delete one class or id the effect will be in all class related
so there is nothing I can do about that? i can't add just "powered by phpbb" in the footer (actually, I'm not allowed do delete that, i must leave phpbb link) hope you understand . .