Hi,
I want to remove the "disc" from the left of each list item. I tried to change style of ul list items by adding this to the custom.css:
#footer ul {
list-style-type:none;
}
I also tried:
#footer ul {
list-style:none;
}
Both of these worked on a test page (outside of wordpress).














