• Resolved DenS

    (@dens1950)


    Would like to remove the header image form a couple of the pages on my site. How can this be done?

    Easel 3.3.3

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Frumph

    (@frumph)

    find the body classes specific for that page by viewing the source of the page and looking in the <body class=” section

    then you use css

    body.page-id-# #header { display: none; }
    Thread Starter DenS

    (@dens1950)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the header image on a page?’ is closed to new replies.