/* Hide the current page from header and footer options */
  #header li:has(> a[href="cellsite.html"]),
  .site-footer li:has(> a[href="cellsite.html"]) {
    display: none !important;
  }
  /* Fallback in case the <a> is not inside an <li> */
  #header a[href="cellsite.html"]:not(.logo),
  .site-footer a[href="cellsite.html"] {
    display: none !important;
  }