Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to make the logo only 45 pixel tall or less if you want it to fit into the menu bar without messing up the formatting and height of the menu.

    You can add the image to the menu bar by adding/modifying the following code in your “header.php” file:

    <div id="page-menu" class="menu">
    <img src="/wp-content/themes/blue_catalog/images/logo.jpg" alt="filmBoo" title="filmBoo" />
    <span class="left"></span><span class="right"></span>
    <ul id="page-shadow">

    You may also need to edit the “sytle.css” file in your theme directory and modify the “#page-menu” formatting to make the logo fit correctly.

    I would also make the logo image a transparent GIF or PNG image to have the grey menu bar show through.

    hello, i just started my first wp blog. I also wanted to insert my logo but when i checked folders, i did not see any blue catalog folder after images folder. please help

    the folder will have a different name for the theme you are using.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add logo image to header?’ is closed to new replies.