Projects Page Edited

Hi,

On my website I want to edit all project pages:

  • Remove “Launch Project See live”

  • Add and image gallery on each page

The address is. concretemaintenance.co.uk

Hey Conor,

For the first query:

For the “Launch Project”, go to Pro > Theme Options > Portfolio and empty the Launch Project Title.

For the button, add this code in Theme Options > CSS.

.x-portfolio .entry-extra .x-btn {
    display: none;
}

For more details about setting up Portfolios, please see https://theme.co/docs/set-up-portfolios

Here’s our documentation for setting up galleries: https://theme.co/docs/create-galleries

Hope that helps.

Hi.

Sorry I didn’t explain it clearly.

On each of the project pages, I want remove the big image at the top of the page and have a gallery and text.

Can you help with this?

Hello Conor,

You can replace the featured image with a gallery instead. You can change that “Media Type” setting in your Portfolio Item Settings. Please check out this documentation to know more about this options and how you can set up your portfolio item:

Hope this helps.

Thank you.

The content on this page (http://concretemaintenance.co.uk/portfolio-item/case-study-6/) is not centered and not full width,

Can you describe how I edit to suit?

Thanks
Conor

Hello Conor,

There is a space for the single portfolio pages for the see it live button and the social share links.

Since you are not using them, please add these codes in X > Theme Options > CSS:

.x-portfolio .entry-extra {
    display: none;
}

.x-portfolio .entry-info {
    float: none;
    width: 100%;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.