• I uploaded a photo to use as my header’s picture, but the background color covers almost all of it! How do I get rid of the background??
    Pls HELPS!! I’ve been with this all day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • we need a link to your site to see the problem

    Thread Starter boh

    (@boh)

    Thread Starter boh

    (@boh)

    well now my image is on top of the header, I managed this by deleting the statement

    <?php wp_head(); ?>

    in header.php

    Now though, the title i stuck there in white. How can I hide it, or change it and reposition it at least?

    the style for the title is your style.css file

    #headerimg 	{
    	margin: 15px 9px 0;
    	height: 192px;
    	width: 740px;
    	}

    #headerimg effects the size and oriendation

    h1, h2, h3 {
    	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	font-weight: bold;
    	}
    
    h1 {
    	font-size: 4em;
    	text-align: center;
    	}
    
    #headerimg .description {
    	font-size: 1.2em;
    	text-align: center;
    	}
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘header background color covers picture’ is closed to new replies.