I am using Thesis with the WP125 plugin. I used the following code to modify the background color on the sidebar title and the background bled into the WP125 background.
.custom .sidebar h3{
background-color: #6B6B6B;
-moz-border-radius: 4px;
padding: 0.1em 0.1em 0.1em 0.5em;
font-weight:bold;
font-size:1em;
color:#FFFFFF;
}
The heading background is fine everywhere else in the sidebar but only bleeds behind the WP125 plugin. Anyone else run into this problem or have a fix?
Tom