Home>Support>Website without Logo And without title in the header

Website without Logo And without title in the header

Dear friends,

I tried to build a website with neither logo nor title showing up in the header, but commenting the function out resulted in js-error and broke two plugins – maybe i did it in the wrong file. It now works using a transparent 1x1px placeholder, but maybe it’s possible to add the feature of showing neither logo nor title in the header in a later version of the theme.
For your Information: https://wordpress.org/support/topic/lightbox-not-working-85?replies=4#post-6956601, https://wordpress.org/support/topic/suddenly-broken-pdf-display?replies=3

Regards,
Joerg

P.S.: Otherwise, Vantage is a great theme!

URL: http://gaerten-und-parke.de

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

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

    Hi Lukasverlag

    Thanks for reaching out.

    A quick reminder that changes made directly to theme files aren’t upgrade safe. If you ever run a Vantage theme update, changes made directly to theme files will be overwritten.

    The quickest way I can think to do this would be to add no logo, so remove your placeholder and then add the following to Appearance > Custom CSS:

    /* Hide the site title */
    
    #masthead .hgroup h1 {
    display: none;
    }
    

    Let me know if that works for you.

    Thanks for linking to your thread. I’ll take a look at this with Greg a little later in the day.

  2. 9 years, 4 months ago lukasverlag

    Hi Andrew,

    thanks for your quick reply. Unfortunately this Custom CSS also affects the SiteOrigin Headline Widget in the header – but at the moment, the placeholder is fine for me.

    Regards,
    Joerg

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

    Ahh right, in that case let’s rather say:

    /* Hide the site title */
    
    #masthead .logo .hgroup h1 {
    display: none;
    }
    
  4. 9 years, 4 months ago lukasverlag

    Thanks for you help – unfortunately it doesn’t work either. I think I’ll stay with the placeholder.

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

    For sure. Let me know if you’d like me to re-look at hiding the title.

    All the best.

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