Hey guys, thanks for the great theme!
I’ve tried to solve this myself from other posts and help docs but cant quite nail it! I’m working on a site for a company with a couple of different hotels with different logos, so I would like to be able to choose a logo to display on certain page/s. I have got it to work thus far using the following example in the CSS Customizer:
.page-id-5 .x-brand.img {
background: url(http://test.ugandaexclusivecamps.com/wp-content/uploads/sites/5/2016/08/Buhoma-Header.png) no-repeat center top;
}
However in this instance the logo appears along with the “default” logo that I have uploaded in the Header section of the Customizer. However.. when I remove the default logo from the Header section – neither of them show up!
Is there some css magic to enable a logo area without having to upload an image in the Header section?
Thanks!!
Kev