trying to change the blue color of header

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Scam Warning
Locked
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

trying to change the blue color of header

Post by BF79 »

Hello my friends !! I changed the color of bg_header.gif and when I replaced the original I found the header cut in two colors !! as attachement !!
plz what is the name of the next part that I should to change it too


thanks :)
Attachments
Sans titre.jpg
Sans titre.jpg (22.46 KiB) Viewed 4511 times
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: trying to change the blue color of header

Post by Lumpy Burgertushie »

you haven't given us any info to help you. we need to see the site or at least the css that you created/edited for this.'


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: trying to change the blue color of header

Post by DTMWC »

The bottom of your brown colour has a border along it, you would need to use an image editor to remove that border unless you do want it to have a line along the middle.

Look in colours for:

Code: Select all

.headerbar {
background-color: 
background-image: 
With the above border still there, the background colour would be: #60437b
If you remove the border, the background colour would be: #8c3363
Boom.
User avatar
Sniper_E
Registered User
Posts: 1126
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: trying to change the blue color of header

Post by Sniper_E »

The only way I could see those colors show in that maner is if you were using an image for your background in your header.

Code: Select all

.headerbar, .forumbg {
	background-color: #12A3EB;
	background-image: url("./images/your_image.gif");
Normally where the image ended the background color would take over, the blue color.
If this is what you have then change the background-color= "" to the color in the bottom of that image.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
Locked

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