Okay
  Public Ticket #646660
How to prevent site title to appear in header?
Closed

Comments

  • Alexandru started the conversation

    Hi, I want to use a static image as header and I don't want to see the title name appearing in the header. It seems that I only have the option to either use a logo image or title text when customizing header.

    How can I simply have a static image as header without the title or logo image overlaypped on top?

  •  291
    Paul replied

    Hi there!

    You can use custom CSS to hide both logo and tagline. Please try applying this CSS:

    #logo-wrapper, #tagline {
        display: none;
    }

    In case you would like to use custom CSS for other elements, I would recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul