Hello, I could use some help with this. My site is dynacomusa.net and I'd like to have this
in place of bullets.Custom list with background image
Started by
cloudstem
, Feb 28 2013 09:59 PM
2 replies to this topic
#1
Posted 28 February 2013 - 09:59 PM
#2
Posted 28 February 2013 - 10:01 PM
Here's what I've entered in custom code:
/* List Item Markers */
.custom li.arrow {
list-style-type: image;
background: url(' ') no-repeat top left;
height: 46px;
padding-left: 40px;
}
the url is appearing in red and I don't understand why.
#3
Posted 01 March 2013 - 01:33 AM
Hi there, which page on the site is showing the error, i've been through each one to try and find the css you have in there but can't see the red error message.
If you want to use an image instead of the bullet point you'll need to use the css command list-style-image, example below.











