How to add under blog post title above the featured image and more padding in California theme?

Hi there,

I would like to add the blog post title above the featured image with padding also padding underneath the featured image. See the screenshot, the title is under the featured image. Here is a link to a blog post: https://luc8k.com/blogs/general-news/new-luxury-made-with-love-challenges-possibilities

Right now it looks like a big squeeze of a lemon!

One more question, is it also possible to set the featured image when creating a post, but that when published the featured image does NOT show, that we can insert it somewhere in the post?

Thanks so much for your help and time.

Cheers

Hello @Luc8k

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->california.css>Add this code at the bottom.

.content h1 {
    margin: 0.67em 0 !important;
}
1 Like