Reply To: The Church: How to remove facebook icon from footer?
February 9, 2019 at 9:38 pm
#12926
claudiaziehm
Participant
Just found the answer myself, this works and apparently without problems:
In Appearance > Editor > Stylesheet, line 612:
Instead of this:
#footer-wrapper .social-icons a{width:26px;height:26px;line-height:26px; font-size:13px !important; margin:0 5px 5px 0; padding:0; display:inline-block;}
insert this:
#footer-wrapper .social-icons a{width:26px;height:26px;line-height:26px; font-size:13px !important; margin:0 5px 5px 0; padding:0; display:none;}
Cheers, Claudia