Okay
  Public Ticket #2111778
Remove Share button on portfolio pages
Closed

Comments

  • Subspace started the conversation

    Hello,
    I am wondering how to disable/not show the share button (floating action button) [Image attached] that appears on the portfolio pages.

    Please advise.

    Thanks for your time and courtesy,
    J

  •  3,024
    Andrew replied

    Hi J,

    Disable that in Saleint > Portfolio > functionality

    6541792335.png


    Hope this helps.

  • Subspace replied

    Hello,

    Thanks so much for your help Andrew!


    Apparently the "Portfolio Social Sharing Options" is no longer in that section in this current version of Salient  10.5 that I am running. (see attached "social.png")

    It is indicated that I now need to go to "Appearance > Customize" to make this change.

    When I go to "Appearance > Customize" I am able to leave the various social options blank/unchecked, but there is no option to fully disable -  the Share button still appears.(see additional attachment "Appearance>Customize.png)

    Please advise.

    Thanks again for your help! :)

    J


  •  3,024
    Andrew replied

    Hi J,

    Sorry for delay in response.

    Can we have a link to that area we see the possible css to hide that.

    Thanks.

  •   Subspace replied privately
  •  3,024
    Andrew replied

    Hi J,

    Use the following custom css:

    .nectar-social.fixed.visible {
        display: none;
    }
    

    Hope this helps.

  •   Subspace replied privately
  •   Subspace replied privately
  •   Andrew replied privately
  •   Subspace replied privately