Hopefully a simple fix for you all. I would like to incorporate 2 different bullet types into my Wordpress site. As it is right now I have one custom bullet, a graphic, that shows up everywhere. How can I adjust the code (in both the CSS and WP page) to accommodate another bullet style?
Thanks... please read below:
CSS code as it is right now: #page_content .content ul { list-style: none; }
#page_content .content ul li { background: url("images/bullet.gif") no-repeat scroll left 8px transparent; padding-left:10px; line-height: 1.6em; }
Wordpress page code as it is right now:
Flexible capacity
Contractual and spot market access to over 2,000 carriers
Hopefully a simple fix for you all. I would like to incorporate 2 different bullet types into my Wordpress site. As it is right now I have one custom bullet, a graphic, that shows up everywhere. How can I adjust the code (in both the CSS and WP page) to accommodate another bullet style?
Thanks... please read below:
CSS code as it is right now:
#page_content .content ul {
list-style: none;
}
#page_content .content ul li {
background: url("images/bullet.gif") no-repeat scroll left 8px transparent;
padding-left:10px;
line-height: 1.6em;
}
Wordpress page code as it is right now: