Hi, I have a nice twitter widget which is working great at the bottom of each page of my site at www.stephanbrisard.com You'll notice along my name somehow I inherited a green squiggly line similar to the one used under blog categories and Twitter profile Is there anyway to eliminate this excess line?
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: #twtr-widget-1 .twtr-doc .twtr-hd h4 { background: none; } This will solve your issue.