• I’d like the static front page to show the same header as it does on the other pages. I can add a logo, but it’s not showing the banner like it does if you just look at a page.

    development site: https://susan.sitesbyshari.com/
    If you click on the blog menu item it shows the banner I’d like for the front page.

    Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @webweaver64,

    I can see that you’ve added a featured image to your static front page and that your image is displayed at the very top. Great!

    If you’d like to remove the dark overlay from the top of the image, so that it looks a little closer to what you’re seeing on other pages of your site, then you can do so with some custom CSS.

    To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack installed then you can activate its custom CSS module.

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .pique-panel-background {
        opacity: 1;
    }

    The header section on Pique’s front page is styled a little differently to other pages: The menu sits nearer to the site title and any content that’s been added to the static front page will appear there.

    As you’ve added a lot of content to the front page, the content is currently longer than the height of the image.

    The most straightforward way around this is to move the content to another page and set that as one of your panels. If there’s no content in your static front page, then only the featured image will display.

    Let me know how you get on with that!

    Thread Starter WebWeaver64

    (@webweaver64)

    Thanks so much for your help! For some reason I didn’t see the notification that this had been answered. I do appreciate it and will be putting this into action ??

    Perfect! We’re right here if anything else comes up, too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Static Front with same banner as other pages’ is closed to new replies.