Home>Support>remove logo
  1. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Valentino

    Good to hear from you. Sorry for the hassle, we needed to make a small change to the Vantage markup, I think you might have run an update. hgroup changed from a tag to a div class. Here is the new Custom CSS required:

    /* remove header */
    
    header#masthead .hgroup {
    
       display:none;
    
    }
    

    All I did there was add a period in front of hgroup.

    Hope that helps.

  2. 9 years, 5 months ago Valentino Zahrnt

    Hi Andrew,

    that didn’t solve the problem – it only shifted the menu, that used to be center aligned, to the left …

  3. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Ok center align menu is no problem, that’s:

    /* Vantage center align the main menu */
    
    .main-navigation ul {
    font-size: 0;
    text-align: center;
    }
    
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    
    .main-navigation ul ul li { 
    text-align: left;
    }
    

    Ahh ok, looks like you’re still on Vantage 2.2 so there is no change to the hgroup tag. If the logo is gone there is nothing left in your header. Did you perhaps use the Logo in Menu layout before?

    Appearance > Theme Settings > Layout > Masthead Layout > Logo in Menu

  4. 9 years, 5 months ago Valentino Zahrnt

    I updated Vantage and that removed the header. But the menu is still on the left, even with your code above.

  5. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Much easier in new Vantage. Just go to Appearance > Customize > Theme Customizations > Menu and use the drop down at the top of that section to align your menu. You can now remove the CSS you had for this in Custom CSS.

  6. 9 years, 5 months ago Valentino Zahrnt

    weird – menu alignment is centered in appearance – but it doesn’t change anything

  7. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Yeah, that should work. One moment, testing locally now.

  8. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for reporting this problem. We’ll have it resolved in the next update, for now, please try:

    /* Fix the menu alignment setting - remove from Vantage 2.4.2 */
    
    .main-navigation {
      font-size: 0;
    }
    
    .main-navigation ul { display: block; }
    
  9. 9 years, 5 months ago Valentino Zahrnt

    cheers :)

  10. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your understanding. Update with fixes coming ASAP.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More