Okay
  Public Ticket #3225132
remove the "Share" button
Closed

Comments

  •  5
    Ester started the conversation

    Hi,

    I would like to remove the "Share" button from my portfolio pages.

    Could you please assist me with the steps to do so? I have tried to locate the option in the theme settings, but I have not been able to find it.

    Thank you

  •  2,719
    Andrew replied

    Hello Ester,

    Thanks for getting in touch.

    Could you please share your site URL so we can advise on this?

    Thanks,

  •  5
  •  2,719
    Andrew replied

    Hello again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-portfolio .nectar-social {
        display: none !important;
    }
    

    Thanks,