Hello,
On my Zen sub-theme, when go to the forum topic list page, i would like to theme only the sticky topics on top of the list to be different than normal topics, like put some background colors into it, i think it is easier to see than display the sticky icon alone,
how could i do that in CSS?, please advise me which property or CSS tags should i look for.
thank you very much,
:D
Kok
ps. i love Zen theme very much!
Comments
Comment #1
ikok commentedmy apologies, i forgot that i've upgrade from 6.x-1.0-beta-3 to 6.x-1.0 already
Comment #2
vm commentedusing the firefox browser with the firebug addon will help you inpect and target specific css declarations that you can alter.
Comment #3
ikok commented@VeryMisunderstood
thank you for your reply,
i'm using firebug now, i can't find any ids or classes related to that sticky topic list, here are what i have tried,
#forum table.sticky {background-color: #888;}
#forum td.title .sticky {background-color: #888;}
#forum .sticky {background-color: #888;}
with no luck, these are no effect on my local machine,
all other parts on the site i could modify it by CSS but not this sticky topic list part that i really don't understand :(
Comment #4
akalata commentedClosing this old issue as because it appears to be an isolated support request. ikok, if this is still an issue, please reopen and update us on your progress.
Comment #5
akalata commented