Okay
  Public Ticket #3024563
Social Media Footer
Closed

Comments

  •  6
    Peter started the conversation

    Hello!!

    I already managed to alter the social media icons in the header with a former ticket here. 


    /*add new social icon main*/

    #header-outer #social-in-menu .fa-flickr:before,#header-outer #social-in-menu .fa-flickr:after, .material #slide-out-widget-area.slide-out-from-right .fa-flickr:after {
        content: "f270" !important;
    }

    #header-outer #social-in-menu .fa-github-alt:before,#header-outer #social-in-menu .fa-github-alt:after, .material #slide-out-widget-area.slide-out-from-right .fa-github-alt:after {
        content: "e077" !important;
    }


    Can't figure out how to alter the icons in the footer.

    Looking for to get a hint.

    All the best,
    Peter

  •  2,958
    Andrew replied

    Hello Peter,

    Use the following CSS.

    .fa-github-alt:before {content: "\e077" !important;}
    .fa-flickr:before {content: "\f270" !important;}
    

    Thanks,

  •  6
    Peter replied

    Works like a charm!!

    Thank you very much!!

    Best,
    Peter