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

ikok’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0

my apologies, i forgot that i've upgrade from 6.x-1.0-beta-3 to 6.x-1.0 already

vm’s picture

using the firefox browser with the firebug addon will help you inpect and target specific css declarations that you can alter.

ikok’s picture

@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 :(

akalata’s picture

Component: Code » layout.css

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

akalata’s picture

Status: Active » Closed (fixed)