mauzao9
Well-known member
Heya, i customized the Thread / Forum / Pages titles into one box:
But the thing is, the css i own requires it to manually add the .nodeX .titlebar to every node i want to costumize:
The question is, what should i target with title bar, so all title bars on all forums get this visual?
Thanks!
But the thing is, the css i own requires it to manually add the .nodeX .titlebar to every node i want to costumize:
Code:
.node3 .titleBar {
CSS content
.node3 .titleBar h1 {
color: #EAEAEA; text-shadow: 0 1px 3px #1E1E1E;}
The question is, what should i target with title bar, so all title bars on all forums get this visual?
Thanks!