- but the way
- it formats bullets
- with these silly
- little crosses
- is rather annoying
Is is something to do with this bit of the CSS:
background: url(images/list-item.gif) no-repeat 0 .3em;...and if so what do I change it to?
Just musing about careers, employability and skills development in higher education (and some other stuff)
background: url(images/list-item.gif) no-repeat 0 .3em;...and if so what do I change it to?
That looks like the right bit (little hard to tell without seeing more of the code)
ReplyDeletespecifically, you will want to locate and change the image it specifies in url(images/list-item.gif)
It *appears* to be here: http://s0.wp.com/wp-content/themes/pub/titan/images/list-item.gif
I expect you could upload your alternative and change the url() to point to your upload
I don't know anything about wordpress, but if you want plain ol circle bullet points then the css is:
ReplyDeleteul {list-style-type: circle;}
You could also look at W3Schools CSS tutorials for more help!
I expect that in the existing CSS there will be something that says
ReplyDeletelist-style-type: none;
that hides the usual bullet that
background: url(images/list-item.gif) no-repeat 0 .3em;
Editing the CSS on a wordpress.com blog requires you to buy an "upgrade" - it's one of the freemium features. Check out your WP dashboard.
ReplyDeleteEDIT: "...that hides the usual bullet that
ReplyDeletebackground: url(images/list-item.gif) no-repeat 0 .3em; replaces"
Ah - that'll be why I can't edit it! Doh!
ReplyDeleteLooks like commenters above have beat me to it, so hope you can take it from there. Just out if interest, have you already fixed it or does the mobile theme show 'normal' circle bullets by default?
ReplyDeleteThat was v prompt - thanks!
ReplyDeleteOn the mobile site you get nice little circles
ReplyDeleteThat's really helpful - thanks for such a prompt response. Would love to try it our but AJCann has pointed out that I need to get the custom CSS upgrade for $15 a year to change it, which would only really be worth it if I was going to fiddle around with other bits of the CSS too. Or am I just being tight?
ReplyDelete