Mon, 2014-08-25 21:50
In the footer of this site there's a black circle bullet list close to the twitter link (down on the right of the site). I have tried to remove it, but I hasn't been able. It's a wordpress site and the code in footer.php is this:
<div id="footer-level-2"> <div class="wrapper clear"> <ul> <?php dynamic_sidebar( 'Contactarea' ); ?> <!-- #disclaimer --> <?php //dynamic_sidebar( 'footer-level-2' ); ?> <p id="social"> <?php dynamic_sidebar( 'footer-level-2' ); ?> <!-- #social --> </p> </ul> </div> <!-- .wrapper .rounded --> </div> <!-- #footer-level-2 -->
I have also tried to put a "list-style-type: none;" in "#footer #social ul li" in style.css but it doesn't work.
Ideas to remove that thing?
Thanks and ciao