Code: Select all
.headerbar {
color: #FFFFFF;
}
.headerbar, .forumbg {
background-color: #12A3EB;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
background-repeat: repeat-x;
}
Code: Select all
.headerbar {
color: #FFFFFF;
background-color: #103687;
}
.forumbg {
background-color: #12A3EB;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
background-repeat: repeat-x;
}
(I have decided to not use the site logo extension for the reasons described here.)stevemaury wrote: ↑Sun Jan 08, 2017 9:05 pm...
3. Configuring your logo
...
Edit the width, and height to match your new logo.
Save and upload thecolours.css
and thecommon.css
files, to the same location on your server, using your FTP client (overwriting the existing files).
Clear the system cache (Administration Control Panel --> Purge the cache), then reload your browser page.
Your new logo should now be displaying in the forums.
Like I mentioned in a previous post, I'm reading, watching you tube, and trying to self educate myself with how to manage the phpbb forum that I installed. I too had the problem with trying to purge the cache, as I never found that option anywhere...I just wound up using ctrl & F5 for a forced refresh. Is this the same thing??Lady_G wrote: ↑Mon Mar 06, 2017 4:16 amI have followed the instructions in Post #1 and everything is working, but I think an important step is missing.
Can you please add instructions to clear the system cache after the files have been uploaded? Otherwise, the modified files will not be detected and the prior configuration will remain.
(I have decided to not use the site logo extension for the reasons described here.)stevemaury wrote: ↑Sun Jan 08, 2017 9:05 pm...
3. Configuring your logo
...
Edit the width, and height to match your new logo.
Save and upload thecolours.css
and thecommon.css
files, to the same location on your server, using your FTP client (overwriting the existing files).
Clear the system cache (Administration Control Panel --> Purge the cache), then reload your browser page.
Your new logo should now be displaying in the forums.
Using Chrome's Inspect tool I'm getting a 404 error on the logo file. Double-check where you've placed it. There is also something strange with your header layout.
When you log into ACP, does it show a screen with "Help support phpBB"? You might want to look at this post for screenshots.
Users browsing this forum: david63, DesignCart, EA117, invenio and 28 guests