• I recently took over this site that was already in use. I have tried deleting the video on the front page (going into the “Front Page” on the side bar in the dashboard. I have, as far as I can tell, removed every item associated with the video and it is still up! The same with the tab “Special Offers”. I think we should rebuild the front page from scratch (really the whole site) but in the meantime I need help! I’ve just recently learned some basic WordPress use and this is beyond what I understand.

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There are lots of ways front page content comes to be there. If it’s not evident in the page editor or customizer, it could have been hard coded directly into the template.

    The easiest solution is to simply hide it with CSS. Add this to the customizer’s Additional CSS section:

    .org-video.no-video.section.cf {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Front Page won’t completely delete video’ is closed to new replies.