• Hello,

    It looks like my theme is listing my logo twice. I’d installed a plugin (Font Burner), but I had to deactivate it due to other problems within the theme. Now I’ve noticed my logo is in there twice (stacked on top of the other). If you go to my page: clandestinechic.com.

    I was wondering if anyone can help me figure out how to delete the second logo?

    Thanks again,
    Sheena

Viewing 8 replies - 1 through 8 (of 8 total)
  • ClandestineChic is currently undergoing scheduled maintenance.
    Please try back in 60 minutes.

    Thread Starter clandestinechic

    (@clandestinechic)

    Hi Sorry,

    I put that up there so visitors wouldn’t see the two logos right away. What you can actually do is click on the link at the top of the page and go straight to the website to see what it looks like. Thanks again.

    No – that only works if you’re logged into Admin. Can you deactivate the Maintenance plugin for a few minutes?

    Thread Starter clandestinechic

    (@clandestinechic)

    Sorry about that. Yes, I have deactivated the plugin and all should viewable. Thanks!

    Edit style.css:

    #main_nav h1.masthead a {
    background:transparent url(https://www.clandestinechic.com/wp-content/themes/evidens-white/logo.png) no-repeat 0 0;
    color:transparent;
    height:100px;
    width:250px;
    }

    and remove the line:

    background:transparent url(https://www.clandestinechic.com/wp-content/themes/evidens-white/logo.png) no-repeat 0 0;
    Thread Starter clandestinechic

    (@clandestinechic)

    Thank you! There is only one slight problem. When you hover over the logo, the second logo still appears and I believe that is the one that links you back to the home page. I think that’s why there is such a large gap between the logo and the “Observations and Musings” text. Is there anyway to fix that in the code?

    Thanks again!

    Ah… I’m having problems with this because the fixed background logo is making it hard to isolate using Firebug. Try looking for main_nav h1.masthead a:hover and, if that’s got a background line, delete it.

    How big is that logo in pixels?

    Thread Starter clandestinechic

    (@clandestinechic)

    The logo should be about 234×82 pixels in size. I deleted the line in the H1.masthead: a:hover section, but the logo at the top is still spaced out from the Observations and Musings text.

    I think what might be is that the logo that was at the top was the one that should have been transparent and the one at the bottom (the one that was deleted) is the one that should have been kept in since that’s the one that links back to the homepage once you click on it. Or if the one at the top can be made transparent?

    Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Logo Appearing in Theme Twice’ is closed to new replies.