how to remove logo from certain pages

  • Author
    Posts
  • #109306

    Hello,

    I’m working on this site and would like to remove the logo from specific pages.

    https://thewaterfall.org.uk/

    Please can you tell me how.

    Website: thewaterfall.org.uk

    #109421
    Zed
    Cryout Creations mastermind

    In WordPress each site section is uniquely identifiable with a classname. You can add custom styling that applies only on the desired sections (pages, posts, archives), for example:

    .page-id-321 a#logo {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #109448

    Perfect. Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘how to remove logo from certain pages’ is closed to new replies.