Portfolio details

Hello,

i have a question about portfolio page.

I would like to use same thumbnail image - https://ibb.co/bzBFBJ

However, when we click for details, i want the thumbnail image would be gone and just use the image that i uploaded in details (right side poster image) - https://ibb.co/d3BXrJ

Also i would like to make that poster image to be in the middle, also the texts.

Please help me with this,

Thanks in advance.

Hello @ykbaek,

Thanks for asking. :slight_smile:

If you want to remove featured image from single portfolio page, please add following CSS under Pro > Theme Options > CSS:

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

.single-x-portfolio .entry-wrap {
 float: none;
 margin: 0 auto;
 display: block;
}

Thanks.

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