• Resolved cmowery

    (@cmowery)


    Is there a way to remove the Page Title completely? I would like to remove it and just add my own header image to each page.

    Also, the header menu and Page Titles appear to have issues in Internet Explorer. Looks fine in other browsers though, any way to fix this?

    Example:

    https://www.corerenovations.ca/contact/

    In IE the header and page title get aligned left instead of centered.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hello @cmowery

    Removing the header itself could cause display issues, so we wouldn’t recommend that. But you have made a great suggestion for a potential new feature, so thanks! 🙂

    With regards to the IE issue I’ve gone ahead and added this to the bug report and this will be fixed in the next update of Consulting. There is an update coming out later today, so it will be in the update after this.

    Thanks again for taking the time to share the bug report! 🙂

    Thread Starter cmowery

    (@cmowery)

    Sounds good I will watch for the update.

    Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hello @cmowery

    In the meantime please try adding the following custom css to your site from the Customizer -> Additional CSS option:

    #intro #intro-core {
    display: block;
    }
    #intro #intro-core-wrap {
    width: 500px;
    }

    This should center the page title in IE. Please do let us know how you get on with it! 🙂

    When the update is released with this fix you can go ahead and remove the custom css, as it’ll be included within the core theme files at that point.

    Kind regards.

    Thread Starter cmowery

    (@cmowery)

    Yes that seems to have resolved it for IE.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page Title’ is closed to new replies.