How to use Frontpage layout with sections on Sites/Pages

Dear All

I want to have my Sites/Pages look similar to the Frontpage.

I have tried to create the frontpage.php as a Template for the Sites/Pages and this worked, but i had all the contents from the Frontpage in it.

Could you please assist?

Many Thanks and Regards

Hello there,

I hope you are doing well today.

As it stands, you would not be able to make a duplicate frontpage and use it differently be cause it will use the information from the widgets.

Please try using the following page builders instead:

Best Regards,
Support

Thanks for the quick answer.

How can i set the proportions of the page header Image right, so i can put in an elementor header Image?

I dont know if you understand my question…if not let me know :slight_smile:

Regards and many thanks

and also I want to remove the the Titel of my pages.

Thanks

Hello there,

As it relates to your question, are you trying to have the header image be moved to the right?

You can use the following CSS code to remove the title by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove Blog Post title*/
h1.blog-post-title {
    display: none;
}

Best Regards,
Support

Actually this code is not working.

I tried this ones

/Remove Blog Post title/ ----> Removes also the Title on the Frontpage
#header .bottom-header h1 {
display: none;
}

/----------------------------/
/Padding Header/ -------->
#header .bottom-header.blog {
padding: 100px 0;
}