HexagonReborn

Changing the site logo - HexagonReborn

Changing the site logo

by nhyge » Sun Aug 19, 2018 4:05 am

Have been trying to change the site logo, and am having issues with the sizing of the image. logo.png

am i missing a setting somewhere other than the colours.css under .site_logo or .headerbar

any help would be appreciated.

Thank you
nhyge
Registered User
Posts: 1
Joined: Sun Aug 19, 2018 4:02 am
Contact:

Re: Changing the site logo

by Mannix_ » Sun Aug 19, 2018 10:56 am

Inside the contrib folder of the style's package you have two psd files for logos one for desktop one for mobile. The sizes of those are 500x175 and 240x80. Desktop logo is controlled in the colours.css file and mobile in responsive.css
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: Changing the site logo

by atescetin83 » Sat Feb 19, 2022 11:01 am

What shall I do if I don't want the logo to show as a separate image at all? I will put my logo into banner.jpg.
atescetin83
Registered User
Posts: 15
Joined: Thu Mar 08, 2018 5:44 pm
Contact:

Re: Changing the site logo

by Mannix_ » Sat Feb 19, 2022 11:09 am

atescetin83 wrote:What shall I do if I don't want the logo to show as a separate image at all? I will put my logo into banner.jpg.
open stylesheets.css and at the end add

Code: Select all

.logo {
    display: none;
}
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: Changing the site logo

by atescetin83 » Sat Feb 19, 2022 11:25 am

Ok, so when I did that, the banner height decreased...maybe I should have put a blank placeholder image?
atescetin83
Registered User
Posts: 15
Joined: Thu Mar 08, 2018 5:44 pm
Contact:

Re: Changing the site logo

by Mannix_ » Sat Feb 19, 2022 11:31 am

atescetin83 wrote:Ok, so when I did that, the banner height decreased...maybe I should have put a blank placeholder image?
try this instead

Code: Select all

.logo, .site_logo {
background-image: none !important;
}
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: Changing the site logo

by atescetin83 » Sat Feb 19, 2022 11:38 am

Worked :) Thank you.
atescetin83
Registered User
Posts: 15
Joined: Thu Mar 08, 2018 5:44 pm
Contact: