Replies: 0
Hello… I have placed four custom menu widgets in my footer and I would like to remove the > bullets from the menu lists but have been unable to figure this out. I have tried:
.enigma_footer_widget_column ul li {
list-style-type: none !important;
list-style: none !important;
}
The above did not work nor anything else I tried. I’m using WAMP on my computer so I don’t have a live site for you to look at. Can somebody please show me how to do this. Thank you!