wordpress - Targeting a specific widget title with CSS -
on wordpress powered website have widget title boxes if have see have 1 titled 'british lions' in left sidebar on right hand side of website.
this category widget , show posts category. change title box green red match 'british lions' style.
i add more of these widgets pulling different categories , have own color style. see mean on main content on front page aviva yellow super rugby blue etc etc want widgets aswell.
how target specific widget boxes css change background. have tried firebug seems change widget title boxes , not specific 1 after.
hopefully can , making sense.
thanks
it possible. let take 'british lions' tab here instance.
#feacpost_featuredcategorypostswidget-2 h3 { background-color: #ff0000 !important; } take css , put inside own stylesheet.
i hope helps.
Comments
Post a Comment