Support » Themes and Templates » All text in widgets has dashed underlines?

  • Resolved AZaverucha

    (@azaverucha)


    http://www.bloggertechgirl.com

    I’m not an expert in CSS by any means, so if anyone answers my question, please dumb it down a little 🙂

    If you look at my sidebar widgets, everything that has text or a bulleted list of some sort seems to have dashed underlines.

    I’ve searched through the whole stylesheet with no luck.

    Help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have a plug-in called Theme Tweaker installed? Your page’s HTML has a lot of inline CSS under a comment that says <!-- Theme Tweaker (start) -->. About 8 up from the bottom of this section is .widget-area ul ul li {border-bottom:1px dotted #8C857D;} that is causing the dotted underlines.

    If you can’t edit that in Theme Tweaker, add this to the bottom of your styles.css file:

    .widget-area ul ul li {border-bottom:none !important;} (the !important part tells the browser that this definition is more important than any other it might find, and so to use that instead).

    Hope that helps

    Peter

    Thread Starter AZaverucha

    (@azaverucha)

    You are a lifesaver! Thank you so much!

    I am so fascinated with how css works, I’m planning to take a class so I can add another notch to my belt!

    Thank you so much for all your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All text in widgets has dashed underlines?’ is closed to new replies.