Page Customization

Hello,

I’m creating my photography website and I would like to change somethings on the theme’s page.

Look at the pict in the attachment for specifics.

Thank you!

Hi @robivacc,

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

You can try removing the page title by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


body.page header.entry-header {
    display: none;
}

To make the width of page full width try setting page layout to “Full Width” as shown in the attached screenshot.

Best Regards,
Movin

I’ve already tried to set Full Width but the page is still the same

Could you please share me the page URL from your site where it is not displaying full width so that i can troubleshoot it?

Yes, www.robertovaccaro.it

You can try making it full width by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#primary.no-sidebar {
    width: 100%;
}