Home>Support>Header edit question

Header edit question

By Greg Lynch, 10 years ago. Last reply by Andrew Misplon, 10 years ago.

I am doing a website makeover for a client, and changing everything over to WordPress – it’s a challenge! Two questions:

1) How do I replace the Logo (which has the default Vantage logo presently) with the Site Title and Tagline, and have them both centered on the page…. and,

2) My client hates it that the label on the menu button is replicated in the body of the page. For example, if the menu button says “Introduction” she hates that the first thing on the page content is a header that says “Introduction”. Is there a way to disable that “feature” so that the page just starts with the desired content instead of the page title….. TIA – Greg

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

  1. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Greg

    1. There is no functionality to display the site title in Vantage. You can change your logo at Appearance > Theme Settings > Logo. If you’re running Vantage Premium you can center your logo at Appearance > Customize > General.

    2. On any page it’s possible to select the Full Width, No Page Title template in the right column under Page Attributes. If you need keep the sidebar but want to lose the page title you’ll need to use the following in a Custom CSS module or plugin or Appearance > Custom CSS if you’re running Vantage Premium.

    /* Hide Page Titles */
    
    article.page .entry-header h1.entry-title {
    display: none;
    }

    For further CSS edits please see: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

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