yuncreativelabs
Member
Posted 5 months ago #
Hi everyone,
I was working on my css layout when refreshing the page some weird grey (#888) dots showed up!
Here's the link: http://www.yuncreativelabs.com/wp/blog/
They look like a list, but I can't figure out how they appeared in the first place and how to get rid of them.
They only appear in the blog page, with sidebar, could be related to that?
If anyone has ideas on how to fix this it would be very helpful.
Thanks!
Yes - they are list bullets. You need to remove all list bullet styles from your sidebar widgets.
yuncreativelabs
Member
Posted 5 months ago #
Thanks! I checked in the css and set all to list-style-type:none; but they keep showing.
Any suggestion where to look? I gotta kill 'em.
You are also missing the opening <ul> tag for those lists in the sidebar, so that may be causing or contributing to the problem. You may want to check on some other errors on the page as well:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.laguitare.ca%2Fkeys%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
yuncreativelabs
Member
Posted 5 months ago #
Actually that may be cause I am not the author of that template...
I didn't even know about those errors, but thanks for your help, I will try to fix them as well!
yuncreativelabs
Member
Posted 5 months ago #
Weirdly they where not on the sidebar...I killed them with a not-so-nice:
body {list-style-type:none;}