Status
Not open for further replies.

amerriaz

Banned
Banned
1,306
2011
639
0
i want help about phpbb

can anyone tell me how to delete phpbb logo and how to add ur website name and description like in the image

SZjHA.png
 
2 comments
Go to sitename.com/styles/prosilver in your FTP
Folder Theme contains css files
Folder Template contains template files
Go to template directory.
There is a file template.cfg
Edit it.
Find a line in it (line no.25)
img_site_logo = site_logo.gif*52*139
Change logo width and height from it and change image name if you want. Save it.
If you change image name, upload that new image in the directory imageset
go to overall_header.html file in template directory
Search for
<a href="{U_INDEX}" title="" id="logo">{SITE_LOGO_IMG}</a>
Remove it if you want to remove logo completely.
Following two lines contains Title and site description in header. Remove or edit these.

<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
In my opinion, remove these lines, upload your logo image in imageset directory and change its name, width and height from file template.cfg in template directory

In theme directory, search for .headerbar in colours.css and common.css files and change properties accordingly
(Here you can change background color and background image of header.)
Find #logo id in common.css, set padding if you want.

i hope this is the answer you are looking for :)
 
Status
Not open for further replies.
Back
Top