Quote Originally Posted by hoang View Post
hi everyone

how can i remove the social bar on this template
thanks
Add this to the bottom of your stylesheet.css file:

Code:
.sidebar{display:none;}
Thanks,

Anne