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