Quote Originally Posted by paperthreads View Post
I installed the template, we don't want to show "NEW" "FEATURED" or "SPECIALS" on the front page of the store. When I remove those from showing, I still see a small empty box across the bottom before the header. How do I remove that?
You can add this to the bottom of your stylesheet.css file:

Code:
#moduleMenu-wrapper{display:none;}
Thanks,

Anne