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

