martijnboersma
Member
Posted 9 months ago #
I've been trying to remove the bullet point showing in the avatar in the comment on http://www.martijnboersma.com/long-inconclusive-search-mac-osx
After searching the WordPress forum, it seems I need to change ul.children {list-style: none;} in "style.css", however the only children value I can find in css is ol.children{list-style:none;margin:0 0 21px 0}, and this value is already set to "none".
Any suggestions?
Cheers!
mathewhood
Member
Posted 9 months ago #
I don't see any bullet point :O
Maybe you were looking at a cached version and it is fixed now?
martijnboersma
Member
Posted 9 months ago #
Thanks for your response Mathew, I'm positive that I am not looking at a cached version.
It's a circled bullet point which shows up as if the avatar has been shot through the forehead ;-) Or at least it does in Chrome and Safari, in IE it shows up next to the avatar.
martijnboersma
Member
Posted 9 months ago #
I removed the bit that I added to CSS yesterday to enable circling, which was li{list-style-type:circle;}
After this the bullet point in the avatar disappeared and the squared bullet points reappeared in the sidebar. I search for 'square' in CSS and changed the list-type value to circle.
That did the trick.
Cheers!