CSS so that site logo does not appear on other pages – luxury theme
-
Hi,
Please help!
I have the luxury theme and need to set my main logo for the site, so that I can add in information to the site title and header. However when I set these and add in my logo through the site identity area, the logo then goes over the top of all of my headers and featured images on the other pages.
What CSS can I use so that the logo does not automatically pull through to those other pages?
Many thanks,
NaomiThe blog I need help with is: (visible only to logged in users)
-
Hi Naomi, I’m not seeing a logo on your site right now, but I worked out the following on the Luxury demo site. What I’ve done is to make the logo invisible on all but the home page.
body:not(.home) .site-logo-link { visibility: hidden; } -
-
- The topic ‘CSS so that site logo does not appear on other pages – luxury theme’ is closed to new replies.