Fullwidth static page without navbar and search menu

Hi and thank you very much for this awesome free theme.
Actually I’d like to see my static (home) page without navbar and search form, I’d like to see only a fullwidth background page with a button to call action to see post page.

I’m also using a drag n’ drop free builder (SiteOrigin) to create the model exposed before but I don’t want the navbar and searchform in this static page as I said.

So I was thinking to create another php page called as the post Id of the static home page but I’m not pretty sure how to configure it properly.
I’m copying/pasting the index.php of Activello Theme content in this page-558.php file and I deleted the <?php get_header(); ?> part but nothing seems to change.

Any better idea to do this?
Thank you very much for the attention.

Hi @fb75,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.home .site-navigation-inner {
    display: none;
}

Best Regards,
Movin