How to have no page or posts as front page

Hey Guys,

Is there any way to have no page or posts as my front/home screen? All I want is the images and the menu bar. I have a blank page set as my static front page but it shows a slice of white box where text would be if I had anything.

If anyone had a way around this that would be wonderful!

Cheers,
Lisa

Hi Lisa,

I hope you are well today and thank you for your question.

but it shows a slice of white box where text would be if I had anything.

Do you want to remove the slice of white box from your front/home page and then everything will be fine for you?

Could you please share your site URL so that i can help you to remove this white box?

Kind Regards,
Movin

Hey Movin,

Thanks so much for your reply! I really appreciate it.

This is the URL: http://towns-es.com.au/

It’s not super noticeable, but I’d prefer it not to be there. I don’t want a static or latest posts…

Cheers,
Lisa :slight_smile:

Hi Lisa,

Thank you for sharing the site URL.

You can remove the whole square section by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.home #main {
  display: none;
}

Or alternatively you can just remove the shadow from that section using the following CSS code.

body.home #main #content article {
  box-shadow: none;
}

Best Regards,
Movin

Thank you so so much Movin, you’re a real gem!!

So wonderful!

:slight_smile:

You are most welcome here :slight_smile: