Portfolio

I am trying to get the Page layout on portfolio/project pages to work. I need them to display without the Recent comments/Archives/categories/Meta etc elements.

How can I render the layout without these elements please?

Hey there,

Hope you’re doing well today

You can use the following CSS code to change the background color for the button by going to Appearance > Customize > Additional CSS and pasting it there.

/*hide sidebar*/
.jetpack-portfolio-template-default aside#secondary {
    display: none !important;
}
/*full with content*/
.jetpack-portfolio-template-default div#primary {
    width: 100% !important;
}
/*Hide Comments*/
.jetpack-portfolio-template-default div#comments {
    display: none !important;
}

Best Regards,
Support

Hi there

re"the background color for the button"

I think your answer must be addressing another persons question. I haven’t asked about a button.

I am asking how to get rid of elements that show on a portfolio/project page that i don’t want to show.

E.g. go to - https://mka-architects.co.uk/wp/portfolio/project-test-2/ - on that page, after the body copy there are other elements; Recent comments/Archives/categories/Meta etc elements, i was these to not show (like i would by controlling elements and the template of say a page).

Many thanks for you help