Theme Bueno, how to remove line separators from the sidebar?
-
Hi!
Is it possible to move line separators from the sidebar? I mean those gray little lines which are separating texts in widgets?Thanks!
-Maiju
The blog I need help with is: (visible only to logged in users)
-
Links in widgets:
.widget ul li a:link, .widget ul li a:visited { border: none; }Border below widget titles:
.widget h3 { border: none; } -
Thank you!
Is it possible to remove the lines also from widget “kategoriat” in my site…? And how do I remove lines under the links? -
Sorry I missed the categories widget. Add this to get rid of those bottom lines:
#container .widget_categories li { border: none; }This should get rid of the underlines on all the other links in the site. Let me know if it does not and where it doesn’t.
a:link, a:visited { text-decoration: none; } -
- The topic ‘Theme Bueno, how to remove line separators from the sidebar?’ is closed to new replies.