Before you ask please READ THIS

Header/Favicon

edited February 2013 in Hypershot Posts: 58
Hi Air,

just two little things.

1.My header is wider than the menu separators. How can I change that?

2. The favicon won't appear. I did it just like it is described in the documentation and I can see the favicon next to Hypershot menu in the wp-admin-panel, but it won't appear on the site.

The site is now very close to be finally finished.

Regards,

Marcus

Comments

  • AirAir
    edited February 2013 Posts: 10,970
    Link always welcome(don't worry i found one ;-) )

    1. If you don't use image for logo this may happen. Try using this custom CSS
    .top-menu{
    height: 38px;
    }
    or if not working try same but height: 38px !important;. Test is it not affecting menu for small screens.

    2. Yes, this is issue with child themes that I found out lately. Path to fav icons look like this http://iso500.de/wp-content/themes/hypershot_child/images/icon.png

    So either you will upload it there or we can modify header.php

    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/icon.png" />

    With regards.
    Post edited by Air on
  • edited February 2013 Posts: 58
    I owe you a beer. :)

    Thanks, works.
    Post edited by Mgatzke on
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!