Remove top bar page title and bread crumbs?

Home Forums Gillion Theme Remove top bar page title and bread crumbs?

Home Forums Gillion Theme Remove top bar page title and bread crumbs?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • jconfra
    Participant

    I’d like to remove / turn off the page name and bread crumb navigation at the top of each page on my site.

     

    I’m assuming this is a simple change, but cannot seem to locate the location to turn off. Any help appreciated.

     

    Here’s a link to a screen shot:  https://goo.gl/JcQJcg – I’d like to remove the “Resources” and “Home / Resources”

     

    Here’s a link to the site – all pages have same issue.

     

    Thanks!

    Solution for this topic

    Hi @jconfra,

     

    I hope you are well today and thank you for your question.

     

    You can turn it off from theme Titlebar settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    jconfra
    Participant

    Thank you for the guidance.  That option worked for all but the ‘Home’ page which is still showing the Page Title and Navigation / location.  Any ideas why that would be?

     

    Thanks again.

    Solution for this topic

    You can remove it on home page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home .sh-titlebar {
        display: none;
    }

    jconfra
    Participant

    That did it – thanks so much!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)