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.

http://www.rugbyclubhouse.net

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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -