XF 1.5 Category boarder color

Aquarist

Member
Hi chaps,

anyone know how to change the secondary color to match the same as the categories color for each section/forum category?

One of the lads on here has been helping me and he is really awesome but i am feeling guilty and so I wanted to see if this was a quick fix.

my forum is here and you will see that each category now has it own color which is great but there all have a boarder color around them, anyone know what .css code i would need to add to make it match the category colors?

Thanks everyone :)
 
No worries lads,

I think i've worked it out

Code:
.nodeList .node_"Number" .categoryStrip {
border: 1px solid rgb("color");
background-color: rgb("color");
}

:)
 
Top Bottom