Change Logo

The logo does not change in SE Gamer: Light - Change Logo

The logo does not change in SE Gamer: Light

by RomaamoR » Sat Jun 22, 2024 11:25 am

Good day.
The logo does not change in the style of SE Gamer: Light.
Nothing. Not even an empty space. How can this be fixed?
User avatar
RomaamoR
Registered User
Posts: 288
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: The logo does not change in SE Gamer: Light

by Mazeltof » Sat Jun 22, 2024 9:46 pm

Hi
there is no logo on this style it is commented in overall_header.html
it's not coming from the extension ;)
User avatar
Mazeltof
Registered User
Posts: 103
Joined: Wed Sep 28, 2016 5:18 pm
Location: Arras - France

Re: The logo does not change in SE Gamer: Light

by Mazeltof » Sun Jun 23, 2024 6:36 pm

but you can try something like this:
in SE_Gamer/template/overall_header.html, uncomment line 107 :

Code: Select all

<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
in SE_Gamer/theme/stylesheet.css, comment or delete lines 66 to 77 :

Code: Select all

.site_info {
	background: rgba(0,0,0,0.5);
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	margin-top: 45px;
}

.site_info p {
	margin: 0;
	padding-left: 16px;
}
User avatar
Mazeltof
Registered User
Posts: 103
Joined: Wed Sep 28, 2016 5:18 pm
Location: Arras - France