Viewing 7 reply threads
You must be logged in to reply to this topic.
When creating a Portfolio Item, is there a way to suppress the “Project Description” and “Project Details” section headers?
Thank you!
Hello,
Please add this css into your custom css box:
.portfolio_single h4 {
display: none;
}
Best regards!
Thank you Mihaila!
Is there also a way to get the copy on a portfolio item to wrap around a featured image, or slideshow?
Hello,
Can you please be more specific? I don’t understand what you want to do.
Best regards!
I would like the copy (the text on the page) to wrap around the picture in the below screencap. . .
This is a Portfolio Item page. See screen cap below show the current settings for Page Style setting. . .
Hello,
Sorry but this is a customization that requires file editing and it is not included in support service. You could hire a developer to do it for you.
Best regards!
Ok thank you. . . Follow up question: Is there a way to suppress (get rid of) the entire “Project Details” column?
Thanks!
Hello,
Yes, just add this code into your custom css box:
.portfolio_single ul.info {display: none;}
Best regards!
You must be logged in to reply to this topic.