How do I remove the bullets in the footer?
Footer Bullets
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
Open up /css/light-skin.css and find this code:
#footer ul a { background: url("../images/skin1/list-icon.png") no-repeat scroll 0 10px transparent; border-bottom: 1px solid #E1E1E1; color: #777777; }Remove the background image or change it to none like this:
#footer ul a { background: none; border-bottom: 1px solid #E1E1E1; color: #777777; }James
Posted 2 years ago #
Reply
You must log in to post.














