The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
forumhead: One different color from the rest.
Can anyone tell me how to change the background colour of different forum sections on the homepage. In firebug this would be the forumhead foruminfo L1 collapse class.
I have looked at the mods for changing the title colour and background color on forums but I don?t think these are what I want. On the in index page I want one section to be a different colour from the rest. |
#2
|
|||
|
|||
You should be able to achieve this with the :nth-child(3) selector where 3 depends on the which forum section it is.
|
#3
|
||||
|
||||
Why use the child selector, if the categories all have an unique id?
Code:
#cat123 .forumhead { color: #123456; } |
#4
|
|||
|
|||
Because .forumhead is not inside #cat123, it's a sibling.
|
#6
|
|||
|
|||
Oh my bad, I was looking at the ol tags. Should indeed be possible that way.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|