Okay
  Public Ticket #2573546
Remove social icons on footer (single page)
Closed

Comments

  •  2
    Kecco started the conversation

    Hi, how can I remove the social icons in the footer of a specific page?

    I don't want to remove the footer, only the social links, on one page.

    Thanks

  •  2,965
    Andrew replied

    Hi Kecco,

    Add the following custom css in Salient > General settings > CSS/Script related:

    .page-id-7772 #footer-outer[data-cols="1"] #copyright .social li a {
        display: none;
    }

    Thanks.

  •  2
    Kecco replied

    This worked. Thanks