• Resolved theacademychildcare

    (@theacademychildcare)


    Hi, I would really like to remove the featured image/header image on this page. Everytime I’ve tried to use css that I’ve found on here, it removes the top menu and logo.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want to remove featured image on that page, you can do it by clear all css code on #page-site-header and left it empty like this:

    #page-site-header {
    }

    Hope it helps.

    Moderator bcworkz

    (@bcworkz)

    Why wouldn’t you just remove the featured image using the page’s editor?

    While hiding it with CSS will work, it needlessly consumes bandwidth. If removing from the editor is not feasible, besides removing the CSS like saadahsan suggests, you should (if possible) also remove the related background-image style attribute.

    Thread Starter theacademychildcare

    (@theacademychildcare)

    I am new to wordpress and website design, so I don’t know how to do any of that… How do I remove the background-image style attribute?

    There is not an option for me to remove it using the customization mode in the theme I have.

    Thread Starter theacademychildcare

    (@theacademychildcare)

    Found an answer on a previous thread. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Featured Header Image’ is closed to new replies.