diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html
index 46ef7fe736..0853cdfbe4 100644
--- a/templates/corporate/upgrade.html
+++ b/templates/corporate/upgrade.html
@@ -13,8 +13,6 @@
- {% include 'zerver/billing_nav.html' %}
-
diff --git a/templates/zerver/billing_nav.html b/templates/zerver/billing_nav.html
deleted file mode 100644
index 0b80206e4c..0000000000
--- a/templates/zerver/billing_nav.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/tools/linter_lib/custom_check.py b/tools/linter_lib/custom_check.py
index efbd0e2350..a9a53d69e5 100644
--- a/tools/linter_lib/custom_check.py
+++ b/tools/linter_lib/custom_check.py
@@ -695,7 +695,6 @@ html_rules: List["Rule"] = [
"web/templates/pm_list_item.hbs",
# Inline styling for an svg; could be moved to CSS files?
"templates/zerver/landing_nav.html",
- "templates/zerver/billing_nav.html",
"templates/corporate/features.html",
"templates/zerver/portico-header.html",
"templates/corporate/billing.html",
diff --git a/web/styles/portico/billing.css b/web/styles/portico/billing.css
index 16f1a51c45..3cf87b5274 100644
--- a/web/styles/portico/billing.css
+++ b/web/styles/portico/billing.css
@@ -7,22 +7,10 @@
background-color: hsl(0deg 0% 98%);
height: 100vh;
- .hero {
- background-color: hsl(153deg 32% 55%);
- color: hsl(153deg 32% 55%);
- position: absolute;
- top: 0;
- width: 100%;
- }
-
.page-content {
padding: 100px 0 30px;
}
- .small-hero {
- padding: 120px 50px 0;
- }
-
.main {
width: 800px;
max-width: 90%;
@@ -415,3 +403,7 @@ input[name="licenses"] {
margin-left: 2px;
margin-top: 5px;
}
+
+.header.portico-header {
+ display: block;
+}