How can I get rid of the bullet points in the widget area?
URL: http://fabricaliteraria.com/
The blog I need help with is fabricaliteraria.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How can I get rid of the bullet points in the widget area?
URL: http://fabricaliteraria.com/
The blog I need help with is fabricaliteraria.com.
To remove the bullet points in the widget area when using the Twenty Eleven theme, try this:
.widget ul li {
list-style-type: none;
}
It worked, thank you.
Cheers. :)
This topic has been closed to new replies.