No nothing wrong, there are only a few of us doing unpaid support here and it takes some time to answer some requests.
I expect there may be an easier way but the only way I can think to do what you want means reconfiguring your site and then adding some custom CSS.
1: Create a static page
2: Have your posts display on this new static page
3: Make this static page your home page.
Now in Suffusion Options > Back End > Custom Includes > Custom Styles insert
- Code: Select all
#post-xxx .tags{display:none;}
You need to replace xxx with the page number of your static page. All pages are in fact posts in WP. You find out the page number by going to Dashboard > Pages > All pages and then hover over your new static page. The page number will be displayed in the bottom of your browser window.
Let us know how you get on