Changing nav-footer background color

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
Isaiahjeremiah
Registered User
Posts: 133
Joined: Tue Feb 28, 2017 1:55 am
Name: Isaiah Jeremiah
Contact:

Changing nav-footer background color

Post by Isaiahjeremiah »

The background color of nav-footer in Prosilver is the same with nav-header.

I want my man footer to be gray, please
How do I achieve that at color.css? Please
Nice to see people helping people :geek:
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 9580
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius
Contact:

Re: Changing nav-footer background color

Post by _Vinny_ »

Open styles/prosilver/theme/colours.css, find:

Code: Select all

.panel {
Before add:

Code: Select all

.page-footer .navbar {
	background-color: gray;
}
Isaiahjeremiah
Registered User
Posts: 133
Joined: Tue Feb 28, 2017 1:55 am
Name: Isaiah Jeremiah
Contact:

Re: Changing nav-footer background color

Post by Isaiahjeremiah »

Thank you
Nice to see people helping people :geek:
Post Reply

Return to “[3.2.x] Styles Support & Discussion”