I want to get rid of the black horizontal line in the footer area. Is there a style I can add to my child them?
thanks
I want to get rid of the black horizontal line in the footer area. Is there a style I can add to my child them?
thanks
In style.css line 1184
look for this code
#colophon {
border-top:4px solid #000000;
margin-top:-4px;
overflow:hidden;
padding:18px 0;
Change 4px to 0px
right on thanks! that worked!
You are welcome.
This topic has been closed to new replies.