X Theme: Portfolio: featured image and title now appearing after updates

Hello, I happen to have checked and noticed this is now appearing above my Soliquay Slider without notice probably after updates.

Example portfolio item:

As you can see it looks silly as I don’t need the featured image and title on this page, the image is the same as the first slider image as well. Please help remedy this soon, thanks.

Hello @CatQuinney

Thanks for writing to us.

Please add this custom CSS code under X/Pro—>Theme Option—>CSS

For title

.single-x-portfolio article.type-x-portfolio .entry-header {
    display: none;
}

For the featured Image

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

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Hey Cat,

While creating galleries on portfolio items, make sure you have selected Gallery as Media Type under Portfolio Item Settings Meta Box (see screenshot)

To learn more, please follow https://theme.co/docs/create-galleries#how-to-setup-post-and-portfolio-slider-galleries-in-x-or-pro

Hope this helps!

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