Portfolio item customisation

Hi There,

I am currently working on my portfolio and try to customise the portfolio item page to make it flexible.
At this stage, I would like to remove all the portfolio item (title, featured image, meta, share, grey background…).

I have added a piece of code (found in the support section) in customize > custom > global CSS:

/custom portfolio item/
.x-portfolio .entry-info {
width: 100%;
}
.x-portfolio .p-meta,
.x-portfolio .entry-extra {
display: none;
}

.single-x-portfolio h1.entry-title.entry-title-portfolio {
display: none;
}

.single-x-portfolio .x-container.max.width.offset {
width: 100%;
max-width: 100%;
}

.single-x-portfolio .x-container.max.width.offset,
.single-x-portfolio .entry-content {
margin-top: 0;
margin-bottom: 0;
}

.single-x-portfolio .entry-wrap {
background-color: transparent;
border: none;
box-shadow: none;
padding-top: 0;
padding-bottom: 0;
}

You can check one example here:
http://kenza.graphics/portfolio/coastal-river/

Unfortunately, I still have the featured image and the background of the page is grey.
I was wondering if there is a code that I should add or if there is a different way to do it?

Also, is it possible to add the meta/ categories by myself via cornerstone (using text or raw)?

Kindly

Hi There,

Thanks for writing in!

Hopefully, you have activated coming soon page on your website. Please disable it or give us the login details . in a secure note so that we can access it and give you a possible solution.

Now what I am seeing on your site is the screenshot below.

Thanks

Hi @basanta

I just removed the under construction page.

Summary

removed

Hi There,

The background is white on my end.

To remove the feature image you can add the following code to Theme Options CSS

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

Hope it helps

Hi @Joao,

this code solves my problem for the portfolio item page but also create another: the featured images don’t show up on the portfolio page. Dos you have a code that only targets the portfolio item page?

Also, I have a problem that appeared, I selected the portfolio to have a 3 column grid but it only shows 2. And the filter for categories doesn’t show up.

Hi There,

Yes, please update the provided code to this:

.single-x-portfolio .entry-featured {
      display: none;
 }

Where did you set the 3 columns? I did check your portfolio page and see that the columns is set to 2 and the filtering option is disabled. Please clarify.


Cheers!

Thank you!

You are most welcome!

Thanks

Hi there, I can’t seem to find this interface on my dashboard. I have been wanting to customize my portfolio page, as well as the portfolio item page. I have done some digging around in other topics to get an understanding of what I can do through custom CSS, however I have yet to be able to locate this page for top level portfolio options. Could you be so kind as to help guide me to the proper tab?

Hi there,

Thanks for writing in.

Would you mind providing your portfolio URL? I just need to see if it’s an archive page or page using portfolio template. But all customization provided here should be added to global custom CSS, unless you plan to only use one portfolio page. Hence, it can be added to builder’s custom CSS.

Thanks.

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