CleanSilver

How to change the header background and logo? - CleanSilver

How to change the header background and logo?

by DarKMaSk » Sun Mar 17, 2019 10:56 am

Hi! I am using this theme in my forum and it is really elegant and stands out by some of its unique deatures like sticky navbar. But I was wondering how to change the background of the header and how to change the logo?
Be a Phoenix... Reborn and rise from the ashes of failure.
User avatar
DarKMaSk
Registered User
Posts: 72
Joined: Mon Aug 13, 2012 7:29 pm
Contact:

Re: How to change the header background and logo?

by Mannix_ » Sun Mar 17, 2019 11:28 am

Hey open custom.css file find and edit

Code: Select all

.backheaderbar
for header and

Code: Select all

.site_logo
for logo.
Just make sure you upload your new logo as site_logo.gif or if you have different image extension for your image like png then add

Code: Select all

background-image: url("./images/your-logo-name.png");
to .site_logo.
Don't forget to clear the cache afterwards.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: How to change the header background and logo?

by DarKMaSk » Mon Mar 18, 2019 5:37 pm

Thanks friend. Thank you so much. I would request you to post this solution as a tutorial in your theme's support section. I think everyone will appreciate that. :)
Be a Phoenix... Reborn and rise from the ashes of failure.
User avatar
DarKMaSk
Registered User
Posts: 72
Joined: Mon Aug 13, 2012 7:29 pm
Contact: