This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Website without Logo And without title in the header

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 10 months ago

    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. lukasverlag 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

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

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

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

  5. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread