• I know this question has been asked, but I can’t find a solution with a child theme.

    I created a header image in twentyten and there is the black border (4px on top, 1 on bottom). I have tried removing it from the

    #branding img {
    	border-top: 0px solid #000;
    	border-bottom: 0px solid #000;
    	display: block;
    	float: center;

    That doesn’t work. And I tried border=”0″ in header.php

    Any thoughts?

  • The topic ‘Remove Black border – Child Theme’ is closed to new replies.