Changing bullet points to an image
-
I’m new to this and am using a theme to build a new company website at http://newtest.nomis.co.uk. I’m trying to change the Unordered List bullet to an image and have (I think) followed the instructions on the WordPress support area. The page on my website I’m trying to change the UL settings for is titled ‘IT Solutions’.
I’ve put the following code in the style.css for the theme but nothing changes.
/* Tickedlist – Nomis
—————————————- */
#tickedlist ul {
list-style-image: url(/wp-images/bullet-point-tick.png);
}The code in the page reads:
<div class=”tickedlist”>
- Vestibulum magna tortor, feugiat
- dolor sit amet, consectetur
- duis sit amet elit vel consectetur
- vestibulum quis elementum
- consectetur adipiscing vestibulum
</div>
Please ignore the text – it was prefilled :)
The image is loaded to the right folder too.
Where am I going wrong?
Thanks
Simon
The blog I need help with is: (visible only to logged in users)
-
Hi Simon. You have a self-hosted WordPress blog and are in the wrong forum. Please ask your question at http://wordpress.org/support
You are currently in a forum for blogs hosted by WordPress.com and our answers will not apply to your situation. Thanks and I hope you find a solution to your problem soon.
-
- The topic ‘Changing bullet points to an image’ is closed to new replies.