Okay
  Public Ticket #4024758
social sharing portfolio
Closed

Comments

  •  4
    A started the conversation

    Hi !

    How can I remove the social sharing button on a single portfolio item?

  •  303
    Noah replied

    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:

    .single-portfolio-item{
        display: none;
    }

    You can share the related site url for exact selector reference.

    Let me know how it goes kindly.

    Thanks,