Customizing Lists?
-
Just a quick question. Wasn’t sure whether to post it here or in the CSS thread.
This is my website: https://www.adorability.org/
As you can see, on the sidebar I have a “Twitter” list and a “Last Played” list. They are both WordPress plugins. However, I don’t want the twitter icon (blue bubble) appearing next to the last played list. I would prefer if a music note icon or even no icon is next to that list. In my CSS I have the following for the list(s):
ul {
list-style-image:url(/images/chat.png)
}Unfortunately, it is applying this to both lists. Anything I can do? Would I have to fool around with the coding of the last.fm plugin?
- The topic ‘Customizing Lists?’ is closed to new replies.