The blue, to something else?
http://academywars.com/awforums/viewforum.php?f=6
How do I change the header background color? - PS4 Pro
-
- Registered User
- Posts: 8
- Joined: Fri Jun 29, 2018 6:28 pm
Re: How do I change the header background color?
Hi,
have you modified the header ? In the PS4.css :
This is the original code :
You'll have to put the color yhou want in background-color, but it's already blue on original css.
You have just to retire the background-image here :
Just put this :
have you modified the header ? In the PS4.css :
This is the original code :
Code: Select all
.headerbar {
background-color: #124f91;
background-image: none;
margin: 0;
padding: 0;
border-radius: 0;
}
You have just to retire the background-image here :
Code: Select all
.imageset.site_logo {
background-image: url("./images/site_logo.jpg");
padding-left: 394px;
padding-top: 140px;
vertical-align: middle;
}
Code: Select all
.imageset.site_logo {
background-image: none;
padding-left: 394px;
padding-top: 140px;
vertical-align: middle;
}
phpBB-fr.com, the phpBB French Support Community since 2000 !
Passez votre forum phpBB en langue française !
Testez phpBB
Passez votre forum phpBB en langue française !
Testez phpBB
-
- Registered User
- Posts: 176
- Joined: Sun May 27, 2007 9:52 am
- Location: South of France