Viewing 8 replies - 1 through 8 (of 8 total)
  • Your top area is smaller than your logo’s height.
    You do one thing change the top area’s height and check it.

    Thread Starter gazella

    (@gazella)

    Oh. Thank you for you reply.
    Do you know which code I must change in the Editor > style.css?

    Yes in style.css file.

    #top {
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    height: 33px;
    line-height: 33px;}

    Change the height.

    NO, do not make changes to theme files – they will be lost when you update the theme. You can make changes in Custom CSS – if that’s not included as part of your theme, add it via a plugin like Custom CSS Manager.

    This is from the source code of the site.

    <h1 id="site-title">
    	<a rel="home" title="JL Gazelle" href="https://jl-gazelle.com/">
    		<img alt="JL Gazelle" src="https://jl-gazelle.com/wp-content/uploads/2013/06/gname2.tif">
    	</a>
    </h1>

    See the image file is .tif, should that be .gif ? Right now browser doesn’t display that image, what you see there is actually the alt text.

    Try delete the logo image from WP and reupload a valid image.

    Better to use .jpg or .png.

    Thread Starter gazella

    (@gazella)

    Thank you all!
    I’m learning more from your posts.

    I changed the image to a .gif and it worked! ??

    WPyogi –
    I’ve changed my hover colour on the theme’s style.css already.

    I’m trying to figure out how to do the child theme… I’ve gotten as far as downloading Cyberduck and making the child theme folder.

    I guys,

    I’ve read through this and somehow my problem seems to be different.

    I’m using attitude theme and am trying to change my header to a logo image.

    I have uploaded my Header Logo under Appearance > Theme Options > Customer Header.

    The next step is to “Go into your header file and replace your current logo image with <?php theme_logo(); ?>”

    But, my header file does not have any mention of my logo image. It only has the below, and I do not know which line to edit.

    Could someone help me please?

    — header.php —

    [please do not post code here without using the code buttons]

    @jay passion – please start your own thread – this one is marked resolved and as you say, your issue is not the same.

    Also, see this re: posting code on these forums – you need to use a pastebin for an entire file:

    https://codex.www.ads-software.com/Forum_Welcome#Posting_Code

    You also should be using a Child Theme for making changes to theme files – otherwise all your changes will be lost upon updating the theme –

    https://codex.www.ads-software.com/Child_Themes

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Logo Header Not Showing’ is closed to new replies.