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?
The logo does not change in SE Gamer: Light - Change Logo
-
- 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
Hi
there is no logo on this style it is commented in overall_header.html
it's not coming from the extension
there is no logo on this style it is commented in overall_header.html
it's not coming from the extension
-
- 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
but you can try something like this:
in SE_Gamer/template/overall_header.html, uncomment line 107 :
in SE_Gamer/theme/stylesheet.css, comment or delete lines 66 to 77 :
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>
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;
}
-
- Registered User
- Posts: 103
- Joined: Wed Sep 28, 2016 5:18 pm
- Location: Arras - France