July 22, 201412 yr The page is http://gerusehairandbeauty.com/ I've explored the whole page with Firebug and can't find out which rule is creating this silly blue line on the page footer. Please help?
July 22, 201412 yr you are using <hr> inside <div id="copyright"> and <hr> have blue color assigned #copyright hr { margin: 0 2%; border-color: #6ec0f6; }
September 20, 201411 yr you are use <hr > tag inside the <copyright> tag . If you dont need that just remove from your html code . Or otherwise just use below code in your css file .copyright hr{display: none;}.
Create an account or sign in to comment