Site logo

[Resolved] removing logo from header single page

Home Forums Support [Resolved] removing logo from header single page

Home Forums Support removing logo from header single page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2468025
    Ruth

    Is it possible to remove the header logo from just one page on all devices?

    #2468105
    David
    Staff
    Customer Support

    Hi there,

    if you’re happy with CSS to hide it, then add this CSS:

    .page-id-5165 .site-logo img {
        display: none !important;
    }
    #2468465
    Ruth

    Done – Thanks

    #2468531
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.