Hello everybody My site runs phpbb3 with absolutely no problem at all, template is prosilver. I would like to modify my forum's aspect, so I would like to remove its headerbar, (with logo, site name and description). I guess I need to modify some templates .html files. therefore, I went to ./styles/templates/ and tried to alter overall_header.html file at my needs, which was removing lines 100-105 of prosilver's overall_header.html, see below: REMOVED Problem was that this never worked and I always had its headerbar.. What did I do wrong ?? or forget ??