• Pf, I looked everywhere here and tries everything but I can’t get it done.
    All I want is to get rid of the header text and replace it with an image! But how??? See this site: https://www.mennomail.nl/bloeddorst/bloeddorstWP/

    This is what style.css says:

    #header {
        min-height:             75px;
    	height:					auto !important;
    	height:					75px;
    }
    
    #header #text {
    	font-family:			Myriad, "Myriad Pro", Palatino, "Rotis Sans Serif", serif;
    	font-style:				italic;
    	margin:					10px 0 0 10px;
    }
    #header #text h2 {
        font-size:				16px;
    	font-style:				italic;
    	color:					#333;
    }

    and here’s the header.php:

    <body>
      <div id="wrap">
        <div id="header">
    	  <div id="text">
    	    <h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    		<h2 class="description" id="tagline"><?php echo bloginfo('description'); ?></h2>
    	  </div>
        </div>
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kooi2000

    (@kooi2000)

    Edit: forget it. Found it. Sorry for bothering!

    Okay great, but can you perhaps tell me how you did it? I’ve got the same problem.. cheers!

    Thread Starter kooi2000

    (@kooi2000)

    Erm, yeah well, ahum, I linked to an image header that wasn’t uploaded yet. AHUM!

    Hi there. I have the same problem too, and I can’t figure out what to do from your copied style.css and header.php… could you please share with me? I am not very good at customizing these css. My website is https://avigayildamm.com/test and I would like to change the header text and replace with an image – same as you tried before. Any help would be greatly appreciated! ?? thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete header text and add image/logo’ is closed to new replies.