Logo displays on every page except the home page

Hi, do you know why the logo for this site is showing on every page except the homepage?

Hi there

You need to remove this css code form the site:

.home .col-sm-4 {
display: none;
}

this is why logo is hidden on the homepage :slight_smile: