The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing Header Background

3 posters

Go down

background staff - Removing Header Background Empty Removing Header Background

Post by sakif Fri Jan 03, 2014 9:14 pm

I want to remove the background of the header(not title) so that the header background is same as page background..
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by SLGray Fri Jan 03, 2014 9:18 pm

Do you mean where the logo or forum title goes? The light blue area.


background staff - Removing Header Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51514
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Fri Jan 03, 2014 9:47 pm

SLGray wrote:Do you mean where the logo or forum title goes?  The light blue area.
Yes
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by SLGray Fri Jan 03, 2014 9:54 pm

For transparent background:
Code:
#pun-intro {
      background:  transparent;
}
For color:
Code:
#pun-intro {
      background-color:  YOUR COLOR;
}
For image:
Code:
#pun-intro {
      background-image:  url("IMAGE'S URL");
}


background staff - Removing Header Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51514
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Fri Jan 03, 2014 10:07 pm

SLGray wrote:For transparent background:
Code:
#pun-intro {
       background:  transparent;
}
For color:
Code:
#pun-intro {
       background-color:  YOUR COLOR;
}
For image:
Code:
#pun-intro {
       background-image:  url("IMAGE'S URL");
}
Didn't worked! I want something like this http://www.simplyfifa.com/
look at its header(its background of header and page is same)
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by SLGray Fri Jan 03, 2014 10:08 pm

Code:
 #pun-intro {
          background-color:  transparent !important;
    }


background staff - Removing Header Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51514
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Fri Jan 03, 2014 10:18 pm

Btw its for this forum
http://forum.television-world.com/
The codes you gave me is for punbb I think and I am using Phbb3 probably thats why not working!!
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by Neymar1 Fri Jan 03, 2014 10:40 pm

sakif wrote:
SLGray wrote:For transparent background:
Code:
#pun-intro {
       background:  transparent;
}
For color:
Code:
#pun-intro {
       background-color:  YOUR COLOR;
}
For image:
Code:
#pun-intro {
       background-image:  url("IMAGE'S URL");
}
Didn't worked! I want something like this http://www.simplyfifa.com/
look at its header(its background of header and page is same)
As you probably know, I run the site you linked. You've already started going for a copy of it, so this is just a warning not to waste your time.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Fri Jan 03, 2014 10:41 pm

Neymar1 wrote:
sakif wrote:
SLGray wrote:For transparent background:
Code:
#pun-intro {
       background:  transparent;
}
For color:
Code:
#pun-intro {
       background-color:  YOUR COLOR;
}
For image:
Code:
#pun-intro {
       background-image:  url("IMAGE'S URL");
}
Didn't worked! I want something like this http://www.simplyfifa.com/
look at its header(its background of header and page is same)
As you probably know, I run the site you linked. You've already started going for a copy of it, so this is just a warning not to waste your time.
I showed your site as an example not gonna copy it!!
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by Neymar1 Fri Jan 03, 2014 10:45 pm

Well you've already stolen the background image we've made. I'd call that a start anyway.

The other failed site on your profile (http://fifagameplay.canadian-forum.com/) has also basically copied everything.  

I'm not too bothered. I don't see much chance of your sites doing anything, I'm just saying there's no point copying...do the work yourself.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Fri Jan 03, 2014 11:58 pm

Neymar1 wrote:Well you've already stolen the background image we've made. I'd call that a start anyway.

The other failed site on your profile (http://fifagameplay.canadian-forum.com/) has also basically copied everything.  

I'm not too bothered. I don't see much chance of your sites doing anything, I'm just saying there's no point copying...do the work yourself.
well you have misunderstood I put your background cause I wanted to test and remove the top background. My current site is related about tv shows, (which is totally different from yours)

Sorry if I hurt you, I will remove all pictures that are from your site!! Just tell me how can i remove Header background so that its same as page background
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by Neymar1 Sat Jan 04, 2014 1:55 am

As I said I'm not that bothered. I only felt the need to mention it as your other site has copied all of the section names word for word, the forum rules and some topics word for word, and also images. I'm just saying don't copy, it isn't worth it. It's not going to affect me but you won't have a successful forum if all you can do is copy.

I can't really answer your question in a simple way, the HTML and CSS has been modified a lot. It's not a case of making the header disappear. The bit you want gone is part of the page content.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by sakif Sat Jan 04, 2014 2:23 am

Neymar1 wrote:As I said I'm not that bothered. I only felt the need to mention it as your other site has copied all of the section names word for word, the forum rules and some topics word for word, and also images. I'm just saying don't copy, it isn't worth it. It's not going to affect me but you won't have a successful forum if all you can do is copy.

I can't really answer your question in a simple way, the HTML and CSS has been modified a lot. It's not a case of making the header disappear. The bit you want gone is part of the page content.
hmm  okay and I deleted the other forum that I copied.
avatar
sakif
New Member

Posts : 8
Reputation : 1
Language : English

http://forum.television-world.com/

Back to top Go down

background staff - Removing Header Background Empty Re: Removing Header Background

Post by SLGray Sat Jan 04, 2014 6:17 am

sakif & Neymar1:  Next time take off-topic discussion to private messages.  This is not the place to discussion the issue you two have.  This message does not need a reply.  But if you want to discuss it, you can private message me.


background staff - Removing Header Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51514
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum