Comments 4A started the conversationMay 25, 2025 at 7:41pmHi !How can I remove the social sharing button on a single portfolio item? 303Noah repliedMay 25, 2025 at 10:36pmHi there, Thank you for reaching out. To achieve this, you will need to write a custom CSS script to help hide social sharing on the single portfolio item. A sample snippet can be: .single-portfolio-item{ display: none; } You can share the related site url for exact selector reference. Let me know how it goes kindly. Thanks, Sign in to reply ...
Hi !
How can I remove the social sharing button on a single portfolio item?
Hi there,
Thank you for reaching out.
To achieve this, you will need to write a custom CSS script to help hide social sharing on the single portfolio item.
A sample snippet can be:
You can share the related site url for exact selector reference.
Let me know how it goes kindly.
Thanks,