changing the colour of top section

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

changing the colour of top section

Post by TheButcher2 »

I want to make that dark blue the same colour as the section with "quick links"

Anyone have a clue what line on which css to change please


here is a screen cap of https://www.sponsor.chat

Thanks again
Attachments
Screen Shot 2018-02-17 at 6.47.30 PM.png
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: changing the colour of top section

Post by PlanetStyles.net »

Hello :)

/styles/prosilver/theme/colours.css

Code: Select all

.headerbar, .forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
}
Remove .headerbar, from the selector list.

Then, find:

Code: Select all

.navbar {
	background-color: #CADCEB;
}
Change this to:

Code: Select all

.navbar, .headerbar {
	background-color: #CADCEB;
}
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: changing the colour of top section

Post by TheButcher2 »

Thanks a million Christian, much appreciate the help.

Peace
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26551
Joined: Fri Aug 29, 2008 9:49 am

Re: changing the colour of top section

Post by Mick »

You should be posting such questions in styles support.
  • "The more connected we get the more alone we become" - Kyle BroflovskiĀ©
  • "The good news isĀ hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
Post Reply

Return to ā€œ[3.2.x] Support Forumā€