If you would like to hide your logo from the homepage only, you can use CSS like this:
.home #logo { display: none; }
Just paste that into your custom CSS box in Theme Options > Advanced Settings (or Theme Options > Custom CSS).
If you would like to hide your logo from the homepage only, you can use CSS like this:
.home #logo { display: none; }
Just paste that into your custom CSS box in Theme Options > Advanced Settings (or Theme Options > Custom CSS).