(solved) how to change colors of the "new topic" bars?

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Ideas Centre
Locked
JAN8
Registered User
Posts: 3
Joined: Wed Nov 03, 2010 8:56 pm

(solved) how to change colors of the "new topic" bars?

Post by JAN8 »

Hello,

I have changed the color of the gradient.gif image and the background of the main forum bar in css...
It works ok, but when I open a new topic the colors are being replaced with the default ones.

I'd kindly like to know how can I change the color of the heading titles(1), the font color for users (2),
the background for the new topic bar(3) and the color of the gradient and hover, in the new topic bar(4).

Many thanks and have a good day.
Attachments
firstforum.jpg
firstforum.jpg (46.18 KiB) Viewed 6859 times
Last edited by JAN8 on Mon Nov 08, 2010 3:12 pm, edited 1 time in total.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: how to change colors of the "new topic" bars?

Post by pit-PL »

In colours.css
  1. li.header dt, li.header dd | /* Links on gradient backgrounds */
  2. ACP -> users and groups -> manage groups -> administrators -> settings -> group colour
  3. .forabg | .forumbg
  4. ul.forums | .bg1|.bg2 | li.row:hover
Charisma44
Registered User
Posts: 390
Joined: Thu Nov 12, 2015 7:45 pm

Re: (solved) how to change colors of the "new topic" bars?

Post by Charisma44 »

This is what I have:

li.header dt, li.header dd {
color: #FFFFFF;
}

And I changed it to this:

li.header dt, li.header dd {
color: #000000;
}
It never changed it.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: (solved) how to change colors of the "new topic" bars?

Post by Lumpy Burgertushie »

it is currently black , however, the hover color is still blue.
right above the line you changed, see this one:
a:hover { color: #D31141; }
change that to black as well and see how it works.


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.
Locked

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