Okay
  Public Ticket #3161591
Change Size of Icons in Copyright-Bar / Footer
Closed

Comments

  • ideenschmiede38 started the conversation

    Hey I'd like to change the size of the social icons in the footer bar / copyright section. How can I adjust that ? Can someone advise me on how to do this in css?


    Thanks! 

  •  1,877
    Judith replied

    Hi There,

    Thanks for choosing Salient.

    Please try this css:

    body #footer-outer i {
        font-size: 41px;
    }

    Thanks.