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!