• Hello!

    I’m trying to remove the black bar at the bottom of my webpage but I cant find were to remove it. I got the bar at the header away but this one I can’t get rid of. What needs to be done? My theme is Twenty Ten. If more information is needed please let me now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    You should also be aware that any customisations to the Twenty Ten theme will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    I actually got rid of the borders too, for me i just looked for anything that said borders in the style.css sheet and changed it to border: none;. So if you ctr-f borders and change all of them to border: none; and test out to see if it goes away it should work eventually going down the style.css.

    Also i had that problem with the twenty ten theme i updated wordpress to 3.0.2 and it deleted everything i did. so i started saving the theme folder every time i update so i can change it back. I need to figure out how to convert the theme to a child theme. That would be nice not having to worry about it disappearing. I was very upset when it happened.

    The link I gave above should help. The disadvantage of making, and restoring, a backup copy of the Twenty Ten them is that you will not get any theme updates.

    yeah i wondered about that, but i didn’t really know about child themes. I’m gonna work on that tomorrow.

    @ogggeee

    #colophon {
    	border-top: 4px solid #000;
    	margin-top: -4px;
    	overflow: hidden;
    	padding: 18px 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove black bar at the bottom from Twenty Ten theme’ is closed to new replies.