• Resolved thisyogagirl

    (@thisyogagirl)


    I created an About and a Services page and chose the Sidebar template for both of those.
    When I navigate to those pages, I can see the sidebar, but the top of the page also has the Sub-header portion that’s displayed on the Home page above the slider. Is there a way to turn this off? I don’t need/want the sub-header to show anywhere but on the Home page.

    Also, is there a way to change how posts are displayed on the Blog page?

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi thisyogagirl,

    Please add this css on child theme style.css file to hide meta information from the sidebar template

    .page-template-template-sidebar #header-meta {
    	display: none;
    }

    Note: Using child theme, will prevent you changes to overwrite during theme update.

    Thanks

    Thread Starter thisyogagirl

    (@thisyogagirl)

    This worked perfectly! Thank you for the help.

    I have two more questions:

    1) Can I add the Sidebar to the Blog page on the right?

    2) How do I remove blog posts from the bottom of the static homepage? I downloaded and used the WP Hide Post plugin and this works great, but it also removes things from the slider on the homepage.

    3) Can I remove the title “About” and “Services” and “Blog” that shows up at the top of each page I navigate to?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub-header is showing up on other pages other than just the Home page’ is closed to new replies.