Tagged: logo
Hello team, I need to hide mi logo only in the home page, I´m using Interface-Pro and my home page is Bussiness page template.
I tried add this in theme options > Custom CSS but didn´t work: .home .logo { display: none; }
.home .logo { display: none; }
and then in style.css:
body.home header#masthead hgroup { display:none; }
solved: .page-id-XX #site-logo { display: none!important; }
.page-id-XX #site-logo { display: none!important; }
Ok that’s great Elia
Thank you!