PS4 Pro

How do I change the header background color? - PS4 Pro

How do I change the header background color?

by dyates63 » Fri Jun 29, 2018 11:25 pm

dyates63
Registered User
Posts: 8
Joined: Fri Jun 29, 2018 6:28 pm

Re: How do I change the header background color?

by Jester-fr » Sat Jun 30, 2018 7:18 am

Hi,

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'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 :

Code: Select all

.imageset.site_logo {
	background-image: url("./images/site_logo.jpg");
	padding-left: 394px;
	padding-top: 140px;
	vertical-align: middle;
}
Just put this :

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
User avatar
Jester-fr
Registered User
Posts: 176
Joined: Sun May 27, 2007 9:52 am
Location: South of France