Changing "Title of the topic" background colour.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Changing "Title of the topic" background colour.
No matter what I've tried, this little box always remains white; the text on my forum is white so I'd like to make it a different colour and I cop not wish to change the colour of my text on the forum as I have a dark background. Is there any way around this? Please help.
I'm using phbb2 and my forum link is www.tester.omgforum.net
I'm using phbb2 and my forum link is www.tester.omgforum.net
Last edited by Kumari on August 21st 2015, 2:13 am; edited 1 time in total
Re: Changing "Title of the topic" background colour.
Hello,
Let me see if I understand, the background of the text that says the title of the topic wont change color? Correct? I mean you managed to change thr default forum text color right? Just that one area wont change color?
-Brandon
Let me see if I understand, the background of the text that says the title of the topic wont change color? Correct? I mean you managed to change thr default forum text color right? Just that one area wont change color?
-Brandon

Remember to mark your topic
when a solution is found.

Re: Changing "Title of the topic" background colour.
Hello @Kumari,
Try adding this in your CSS:
Admin Panel > Display > Colors and pics > Colors > CSS Stylesheet:
Luffy
Try adding this in your CSS:
Admin Panel > Display > Colors and pics > Colors > CSS Stylesheet:
- Code:
table.forumline table {
background-color: transparent!important;
}
.forumline, .forumline td, .forumline tr {
background-color: transparent!important;
border: none!important;
}
.forumline {
background-color: transparent!important;
border: none!important;
}
Luffy


|
Re: Changing "Title of the topic" background colour.
Darn Luffy, I actually had a code for this one (for once) that would work too. You beat me to it.
Well this one should do the trick as well if you try it... If not, Luffy's will work fine:
Hope it helps
,
-Brandon
Well this one should do the trick as well if you try it... If not, Luffy's will work fine:
- Code:
a.nav { color:white; }
h1.cattitle { color:white; }
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides { border: 0px solid black; }
td.catBottom, th.thBottom { border-width: 0px 0px 0px; }
Hope it helps

-Brandon
Re: Changing "Title of the topic" background colour.
Hey @Luffy and @brandon_g , neither one of those codes worked, though I thank you for the time you put in!!
Perhaps this image will help to describe what I mean:

the purple highlighted area is that area I'm talking about.
Perhaps this image will help to describe what I mean:

the purple highlighted area is that area I'm talking about.
Re: Changing "Title of the topic" background colour.
Oh you mean the reply box?

Remember to mark your topic
when a solution is found.

Re: Changing "Title of the topic" background colour.
Hello @Kumari,
Try adding this in your CSS instead:
Try adding this in your CSS instead:
- Code:
#text_editor_iframe, input.post, select, textarea.inputbox, textarea.post {
background-color: #000!important;
color: #ffffff!important;
}


|
Re: Changing "Title of the topic" background colour.
Topic solved and archived

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum