I have installed three or four additional plugins for social media, currently using wp socializer, they all have settings to not display on front page, however something seems to keep them on the home page. is there away to use css and display none? but only on the homepage? http://goo.gl/KhQ0rq
Hi ldsrutter!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .wp-socializer-buttons { display: none; }
Best regards,
Yigit
worked great thanks!