Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to remove the Logo Image of certain pages in Squarespace?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #235666
    antoniocortefilho
    Participant

    I’m having trouble when I try to remove the Logo Image of certain pages in Squarespace. To remove it, it’s necessary to put a Code injection on advanced settings (CSS), but I don’t know which one.
    I’ve researched for the answer and I found this, but it didn’t worked:

    <style>
    #logo {
    display: none;
    }
    </style>

    I don’t have the “know how” of CSS so, if anyone could help me with the exactly code to hide this, I’ll appreciate that.

    Thanks very much!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.