Jump to content
Sign in to follow this  
MatthewMarichiba

How to turn on bullets for a list in a text widget

Recommended Posts

MatthewMarichiba

Hi, I want to use an unordered list with bullets in a text widget in the sidebar in WhiteHousePro. The CSS somehow disables the bullets. I haven't been able to figure out how to re-enable them. Using FireBug I've changed all instances of list-style to "square", to no avail. Please advise. Matthew

Share this post


Link to post
Share on other sites
axolotl

you can try adding this style: .textwidget ul li {list-style:square;}

Share this post


Link to post
Share on other sites
MatthewMarichiba

Thanks for the reply. I added that line to my style.css, but it didn't change the look of UL list items. To my eyeballs, it appears that lists in the widget space aren't even indented. Ie, even if the bullet did show up, it would be covered over by the LI text. Could this have anything to do with it?

Share this post


Link to post
Share on other sites
axolotl

can you please provide a link to your site, it works perfectly fine for me, best, Anna

Share this post


Link to post
Share on other sites
justme

I might be missing something but I notice a couple of things when viewing the page source for your site - I assume we are talking about http://www.marichiba.com/. 1. In the source code for the home page I see `

  • ` and `
  • ` but I don't see either class declared either on the page or in styles.css. 2. It appears the list items are missing the closing tags. Can't guarantee anything but might be worth a look.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×