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.

How do I change the category Header background color?

+3
Mati
ii819
petoez
7 posters

Go down

In progress How do I change the category Header background color?

Post by petoez November 15th 2012, 19:21

http://faaa.forumotion.co.uk/

I'm trying to change the category header background color from blue to black but it won't let me using color selection. Does anyone know how I could do this? Smile

(Using phBB2)
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by ii819 November 15th 2012, 19:37

If it's a picture try to go to Admin Panel > Display > Pics management > Advanced >
How do I change the category Header background color? Gfsd_b10

Hope I help!
avatar
ii819
New Member

Posts : 6
Reputation : 1
Language : Bulgarian, English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by petoez November 16th 2012, 00:12

No sorry that didn't seem to help :/
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by Mati November 16th 2012, 20:03

Use this css code

Code:
th {
    background-color: #000;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by petoez November 16th 2012, 20:19

Matti_7 wrote:Use this css code

Code:
th {
    background-color: #000;
}

How am I meant to apply this into the CSS?
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by levy November 16th 2012, 20:37

Acp > diplay > colours > CSS
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by petoez November 17th 2012, 00:34

RicYiu wrote:Acp > diplay > colours > CSS

I know how to access the CSS bit but which part of the code do I apply
"th {
background-color: #000;
}" in?
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by SLGray November 17th 2012, 03:57

You add the whole code.


How do I change the category Header background color? 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by levy November 17th 2012, 11:33

Add this code
Code:
th {
background-color: #000;
}

In your CSS .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by petoez November 19th 2012, 20:02

RicYiu wrote:Add this code
Code:
th {
background-color: #000;
}

In your CSS .

Yes, but which part of the CSS? It's massive.
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by SLGray November 19th 2012, 20:42

You can add it at the top or bottom.


How do I change the category Header background color? 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by Kaizer Lee November 19th 2012, 22:39

Or you could just squash them in one line to save space and put it in a single line like this:

Code:
th { background-color: #000; }

And it's okay for you to post it ANYWHERE so as long as you don't post it in between another code because if did, the other code you squashed it between won't work or will glitch.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by petoez November 20th 2012, 00:57

I've put the code in the top of the CSS page but it hasn't made any difference. Any other ideas of why this is? Confused
avatar
petoez
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by SLGray November 20th 2012, 05:35

Try this:
Code:
    th {
    background-color: #000 !important;
    }


How do I change the category Header background color? 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by sweet n metal lynn December 1st 2012, 20:53

can someone help on changing font color on the home ,catagories ,log in ,portal .etc buttons
and need to know how to have the threads to be separated

Thank you for any help giving and for any advice given
Thank you
miss Lynn and Mr .Tracy ..
sweet n metal lynn
sweet n metal lynn
Forumember

Female Posts : 69
Reputation : 1
Language : English
Location : Prattville,Alabama

http://ahealingplace.forumotion.com/------------------http://pro

Back to top Go down

In progress Re: How do I change the category Header background color?

Post by SLGray December 1st 2012, 20:59

sweet n metal lynn wrote:can someone help on changing font color on the home ,catagories ,log in ,portal .etc buttons
and need to know how to have the threads to be separated

Thank you for any help giving and for any advice given
Thank you
miss Lynn and Mr .Tracy ..

Please start your own thread about your issues as they are not related to this topic's issue.


How do I change the category Header background color? 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 : 51453
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