I’m working on a client site and using the Portfolio grid on the homepage to link back to sales pages (would be nice if I could link to a regular page).
The Portfolio pages automatically display the featured image above the content. I’d like to turn that off so I only see a regular page layout. Is that possible?
Aidan
Hey shortcircuitmedia,
Try adding this to the quick css section under Enfold Theme Options > General Styling
.portfolio-template-default .page-thumb{
display:none !important;
}
Best regards,
Jordan Shannon