Go to appearance > theme settings > custom css > and write this text:
/*__________static front page: hide title__________*/
.home.singular-page .hentry .entry-title {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
/*__________static front page: content fix__________*/
.home.singular-page #content { width: 68.0851%; }
.home.singular-page.page-template-fullwidth #content { width: 100%; }
.home.singular-page .hentry { width: auto; height: auto; }
Now your home page is a static page.
Don’t worry, I’ve resolved the problem with a post.
Thank you.