CSS so that site logo does not appear on other pages – luxury theme

  • Unknown's avatar

    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,
    Naomi

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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;
    }
  • Unknown's avatar

    That’s right it’s currently not uploaded – thank you for the code will give it a go! :)

  • Unknown's avatar

    You are welcome, and let me know if you need further assistance on this.

  • The topic ‘CSS so that site logo does not appear on other pages – luxury theme’ is closed to new replies.