• I have two widgets on my right sidebar where the title of the widget and also that little bird image is a link (titled Trent’s Latest Tweet and Mandy’s Latest Tweet). They appear to have an underline in black as there are lines below that image (h2-bg.gif). I can’t for the life of me figure out how to get rid of those black underlines or at least change them to the rest of the “dark-box” color. Yes, I know it’s dark and hard to see – I went to lighten up the color of the “dark-box” and that’s when I noticed the problem.
    https://trentandmandy.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this element to your CSS:

    h2 a.twitterwidget {
      background-image:none;
    }

    That should remove the background image.

    Thread Starter tharlan75

    (@tharlan75)

    Ahhh, cool! That did it – Thanks cais!

    Thread Starter tharlan75

    (@tharlan75)

    Okay, sorry, I decided to change the theme this evening and I have a very similar problem.
    Now, on my Flickr widget and Twitter Widgets on the right sidebar there seems to be some sort of background or background-image sticking out from that page-curl graphic on the title area of the box. I tried a similar fix for this issue as cais suggested yesterday but can’t get rid of it.
    https://trentandmandy.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar H2 is a link – where do I remove underline?’ is closed to new replies.