Tagged: facebook
Hi, I was wandering if I can remove that little facebook icon at the bottom of the home page. If yes, how? Where is its code?
Thanks
Hi caioquaglierini,
Go to Appearance -> Ambition Theme Options -> Custom CSS paste the following CSS code and Click on save all changes button:
.site-info .social-profiles { display: none; }
Thank you!