• I am trying to remove the header image from this single page. I only want to remove it from this single, template page but can not figure out how to do it.

    I tried using variations of this, but can’t get it to work:

    .page-id-1934 .custom-header {
    display: none;
    }

    Please could tell anyone tell me where I am going wrong?. I’m putting it into the child theme .css

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @mariecooperactor

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .page-id-1934 .site-branding {
      display: none;
    }

    Hope above will help you.
    Thanx.

    Thread Starter mariecooperactor

    (@mariecooperactor)

    Thank you so much for giving your time to help me. I tried typing it in and at first it didn’t work. But then I cut and pasted it in (via notepad) and it worked perfectly. This is why I don’t code. I just don’t see the tiny little details that are wrong. I’d spent a long time trying to get this to work, getting nowhere fast, before asking for help. You are a star. Thank you.

    Thread Starter mariecooperactor

    (@mariecooperactor)

    Oh… I realised that it messed up my formatting a little on the custom page (it took away the double columns I had put in using Elementor editor) but I put the code into my child theme .css instead and all appears well now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove header image from custom page’ is closed to new replies.