• Child theme alétheia
    Parent Follet

    Hello. I hid the header on individual pages on the Singl Theme, by adding this code in the child stylesheet

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

    but the fix doesn’t work with this theme.

    anyone got any suggestions please?

    bear in mind I am averse to changing the php code, every time I have tried anything there, I get a blank site. If I have to I will, but I need ‘php for dummies’ first ??

    the page I’m working on

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi pdlb

    I think this code will do the job if you wish to remove the header picture as well as the text. (Choose the page id number accordingly)

    .page-id-244 header#main-header {
    display: none;
    }

    All the best
    Dave

    Thread Starter pandoraslunchbox

    (@pandoraslunchbox)

    HELLO ddfoston, thanks for the speedy suggestion..unfortunately it doesn’t work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide header on selected pages’ is closed to new replies.