Setting static header image

Hi there

Absolutely love the sparkling theme, thanks for making it!

I want to create full width header image on my blog (thedrifterdiaries.com), similar to the size of the slider images.

I don’t want this image related to a blog post, but to remain static.

I tried doing this via blog posts and setting the post to uncategorised, however it brings up the post title and description, which I don’t want.

Is there a way to do this image via the header image section, or if not is there a way to remove the title and description if I do it via image slider.

Thanks! :slight_smile:

The easiest method is to just use slider and then remove title and description from it.

You can remove title and description from slider by adding this code to Theme Options - Other - Custom CSS

.flex-caption {
    display: none;
}

Recently I wrote a tutorials that explains how to add static image under header, so you might want to look into that as well but example given above is much easier and I highly recommend it.

Thank you that’s such an easy fix! What the recommended image size for the image slider so there are no white gaps?

Thanks again! :slight_smile: