Hello, i hope that someone can help me with this issue!
I'm trying to style widgettitles in the sidebar with different colors.
I was able to put a background image in the original css file giving all sidebar widgets the same title appearance:
.widgettitle { color: #FFF; font-size: 14px; font-weight: normal; font-family: American typewriter, Georgia; margin: 0; padding: 6px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; }
And then styled the "Secondary sidebar" widgets with:
#secondary .widgettitle { background: url(../../images/feed-title2.jpg) repeat-x top; }
The problem is that i have "Secondary Sidebar #1" and "Secondary Sidebar #1" and i simply can't find a way to separate them and give them different colors.
I hope you understand my question, i would be so grateful i someone could help me with this.
BR / Pash