Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you need to put it under the “#logo img” tag. Not sure what tag you’d use though.

    Thread Starter 5starhiphop

    (@5starhiphop)

    thanx bsolah, that gives me something to try out. anyone else have any idea what exactly should be put there?

    Try adding the exact dimensions of your logo image to #logo span, #logo a – eg:

    #logo span, #logo a {
    display: block;
    width: 500px;
    height: 100px;
    padding: 0;
    }

    Then edit header.php (I think) and amend:

    <!--<div id="logo">
    
    (edit this line if you want to put logo)
    
    	  <span><a href="http://www.5starhiphop.com"><img src="http://www.5starhiphop.com/wp-content/themes/silveray/images/(logo_name).gif" alt="Your Daily Source for 5 Star Hip Hop!" /></a></span>
    
    	</div>-->

    to

    <div id="logo">
    	  <span><a href="http://www.5starhiphop.com"><img src="http://www.5starhiphop.com/wp-content/themes/silveray/images/(logo_name).gif" alt="Your Daily Source for 5 Star Hip Hop!" /></a></span>
    
    	</div>

    replacing your logo file name with (logo_name).gif. Bear in mind that this image has to be in the wp-content/themes/silveray/images folder.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easy help: Where/What to insert logo into css?’ is closed to new replies.