Edwards Wimbledon 3″ Square Tennis Net Posts
Rated 5.00 out of 5
$459.95
.tse-modal-btn-wrap { margin: 0 0 16px 0; }
.tse-modal-trigger { display: flex; align-items: center; gap: 12px; width: 100%; background: #001F3F; color: #fff; border: none; padding: 14px 18px; cursor: pointer; text-align: left; font-family: 'Barlow', sans-serif; border-radius: 4px; transition: background .2s; }
.tse-modal-trigger:hover { background: #002D5A; }
.tse-modal-btn-icon { font-size: 18px; color: #4B9CD3; flex-shrink: 0; }
.tse-modal-btn-text { font-size: 14px; font-weight: 500; color: #fff; line-height: 1.4; flex: 1; }
.tse-modal-btn-arrow { font-size: 18px; color: #4B9CD3; flex-shrink: 0; }
.tse-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 99999; overflow-y: auto; padding: 40px 16px; box-sizing: border-box; }
.tse-modal-overlay.tse-modal-open { display: block; }
.tse-modal-inner { background: #fff; max-width: 1400px; margin: 0 auto; border-radius: 6px; overflow: hidden; position: relative; }
.tse-modal-close-bar { background: #001F3F; padding: 10px 16px; display: flex; justify-content: space-between; align-items: center; }
.tse-modal-close-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: 1.5px; text-transform: uppercase; }
.tse-modal-close-btn { background: none; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 13px; padding: 4px 14px; border-radius: 3px; cursor: pointer; font-family: 'Barlow', sans-serif; transition: background .15s; }
.tse-modal-close-btn:hover { background: rgba(255,255,255,.1); }
.tse-modal-content { padding: 0; }
@media (max-width: 640px) {
.tse-modal-overlay { padding: 0; }
.tse-modal-inner { border-radius: 0; }
.tse-modal-btn-text { font-size: 13px; }
}
(function(){
document.addEventListener('keydown', function(e){
if (e.key === 'Escape' || e.keyCode === 27) {
var o = document.getElementById('tseModalOverlay');
if (o) { o.classList.remove('tse-modal-open'); document.body.style.overflow=''; }
}
});
})();
Tennis Net Post Comparison
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
.tse-netpost-chart-wrap { background: #fff; border-radius: 6px; overflow: hidden; max-width: 1400px; margin: 0 auto; }
.tse-netpost-chart-wrap * { box-sizing: border-box; }
/* Header */
.tse-npc-header { background: #001F3F; padding: 20px 28px; display: flex; justify-content: space-between; align-items: center; }
.tse-npc-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #4B9CD3; margin-bottom: 6px; }
.tse-npc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 700; color: #fff; line-height: 1; }
.tse-npc-site { font-family: 'Barlow', sans-serif; font-size: 11px; color: rgba(255,255,255,.4); text-align: right; }
.tse-npc-stripe { height: 4px; background: linear-gradient(90deg, #4B9CD3 0%, #2680B8 60%, #001F3F 100%); }
/* Desktop table */
.tse-npc-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tse-npc-table { width: 100%; border-collapse: collapse; font-family: 'Barlow', sans-serif; table-layout: fixed; min-width: 1100px; }
.tse-npc-table .col-spec { width: 180px; }
.tse-npc-table thead th:first-child, .tse-npc-table tbody td:first-child { position: sticky; left: 0; z-index: 2; }
.tse-npc-table thead th:first-child { background: #001F3F; }
.tse-npc-table thead tr { background: #001F3F; }
.tse-npc-table thead th { padding: 16px 10px; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-align: center; border-left: 1px solid rgba(255,255,255,.1); vertical-align: bottom; }
.tse-npc-table thead th:first-child { text-align: left; border-left: none; }
.tse-npc-th-eyebrow { font-size: 11px; color: #4B9CD3; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; font-weight: 700; }
.tse-npc-th-brand { font-size: 19px; font-weight: 800; line-height: 1.1; color: #fff; }
.tse-npc-row-odd { background: #F5F7FA; }
.tse-npc-row-even { background: #ffffff; }
.tse-npc-row-price { background: #EAF4FC; }
.tse-npc-row-section-hdr { background: #F5F7FA; }
.tse-npc-row-sub-odd { background: #FAFBFC; }
.tse-npc-row-sub-even { background: #ffffff; }
.tse-npc-table tbody td { padding: 14px 10px; vertical-align: top; border-left: 1px solid #E2E8F0; color: #1A202C; text-align: center; }
.tse-npc-table tbody tr.tse-npc-row-odd td:first-child { background: #F5F7FA; }
.tse-npc-table tbody tr.tse-npc-row-even td:first-child { background: #ffffff; }
.tse-npc-table tbody tr.tse-npc-row-price td:first-child { background: #EAF4FC; }
.tse-npc-table tbody tr.tse-npc-row-section-hdr td:first-child { background: #F5F7FA; }
.tse-npc-table tbody tr.tse-npc-row-sub-odd td:first-child { background: #FAFBFC; }
.tse-npc-table tbody tr.tse-npc-row-sub-even td:first-child { background: #ffffff; }
.tse-npc-table tbody td.tse-npc-label-cell { border-left: none; text-align: left; vertical-align: middle; padding: 16px 14px 16px 20px; }
.tse-npc-row-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; color: #001F3F; display: flex; align-items: flex-start; gap: 9px; letter-spacing: .5px; text-transform: uppercase; }
.tse-npc-label-bar { width: 4px; min-height: 18px; background: #4B9CD3; border-radius: 2px; flex-shrink: 0; margin-top: 2px; }
.tse-npc-row-sublabel { font-family: 'Barlow', sans-serif; font-size: 12px; color: #4A5568; font-style: italic; margin-top: 6px; margin-left: 13px; line-height: 1.4; }
.tse-npc-sublabel-cell { padding-left: 42px !important; }
.tse-npc-sub-row-label { font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 14px; color: #2D3748; letter-spacing: .2px; }
.tse-npc-cv { font-weight: 500; font-size: 14px; color: #1A202C; font-family: 'Barlow', sans-serif; line-height: 1.3; }
.tse-npc-cs { font-size: 11px; color: #4A5568; margin-top: 5px; line-height: 1.4; font-family: 'Barlow', sans-serif; }
.tse-check-icon { display: inline-block; vertical-align: middle; }
/* Price cell — desktop */
.tse-npc-price-links { display: flex; flex-direction: column; gap: 8px; }
.tse-npc-price-link { font-family: 'Barlow', sans-serif; text-decoration: none; padding: 10px 8px; border: 1.5px solid #B5D4F4; border-radius: 5px; display: block; text-align: center; background: #fff; line-height: 1.3; transition: all .15s; }
.tse-npc-price-link:hover { background: #D6ECFA; border-color: #4B9CD3; text-decoration: none; transform: translateY(-1px); }
.tse-npc-price-size { font-size: 11px; color: #4A5568; font-weight: 500; display: block; margin-bottom: 4px; line-height: 1.3; }
.tse-npc-price-value { font-size: 18px; color: #001F3F; font-weight: 800; font-family: 'Barlow Condensed', sans-serif; display: block; letter-spacing: .5px; line-height: 1.15; }
.tse-npc-price-value del, .tse-npc-price-value del .amount, .tse-npc-price-value del bdi { font-size: 11px; color: #A0AEC0; font-weight: 500; margin-right: 4px; text-decoration: line-through; }
.tse-npc-price-value ins { text-decoration: none; background: transparent; color: #001F3F; }
.tse-npc-price-value .amount, .tse-npc-price-value bdi { font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; }
.tse-npc-price-note { font-size: 10px; color: #718096; font-style: italic; display: block; margin-top: 4px; line-height: 1.3; }
/* Legend */
.tse-npc-legend { background: #F5F7FA; padding: 12px 24px; border-top: 1px solid #E2E8F0; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; font-family: 'Barlow', sans-serif; font-size: 12px; color: #4A5568; }
.tse-npc-legend-title { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4B9CD3; }
.tse-npc-legend-item { display: flex; align-items: center; gap: 6px; }
/* Notes */
.tse-npc-notes { background: #F5F7FA; border-left: 4px solid #4B9CD3; padding: 16px 24px; }
.tse-npc-notes-title { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4B9CD3; margin-bottom: 10px; }
.tse-npc-note { font-family: 'Barlow', sans-serif; font-size: 13px; color: #2D3748; display: flex; gap: 10px; margin-bottom: 7px; line-height: 1.55; }
.tse-npc-note:last-child { margin-bottom: 0; }
.tse-npc-note-dot { width: 5px; height: 5px; background: #4B9CD3; border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
.tse-npc-note a { color: #185FA5; font-weight: 500; }
/* Mobile */
.tse-npc-mobile { display: none; }
@media (max-width: 820px) {
.tse-npc-table-wrap { display: none; }
.tse-npc-mobile { display: block; }
.tse-npc-header { flex-direction: column; align-items: flex-start; gap: 6px; padding: 16px 18px; }
.tse-npc-site { display: none; }
.tse-npc-title { font-size: 22px; }
.tse-npc-legend { padding: 10px 18px; gap: 14px; }
}
.tse-npc-m-nav { display: flex; gap: 6px; padding: 12px 16px; background: #F5F7FA; border-bottom: 1px solid #E2E8F0; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tse-npc-m-nav::-webkit-scrollbar { display: none; }
.tse-npc-m-nav-btn { flex-shrink: 0; padding: 8px 14px; background: #fff; border: 1.5px solid #E2E8F0; border-radius: 20px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #4A5568; cursor: pointer; white-space: nowrap; letter-spacing: .5px; text-transform: uppercase; transition: all .15s; }
.tse-npc-m-nav-btn.active { background: #001F3F; border-color: #001F3F; color: #fff; }
.tse-npc-m-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tse-npc-m-cards::-webkit-scrollbar { display: none; }
.tse-npc-m-card { flex: 0 0 100%; scroll-snap-align: start; min-width: 100%; }
.tse-npc-m-card-hdr { background: #001F3F; padding: 14px 18px; text-align: center; }
.tse-npc-m-card-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4B9CD3; margin-bottom: 3px; }
.tse-npc-m-card-brand { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }
.tse-npc-m-swipe-hint { font-family: 'Barlow', sans-serif; font-size: 10px; color: rgba(255,255,255,.5); margin-top: 6px; font-style: italic; }
.tse-npc-m-row { padding: 14px 18px; font-family: 'Barlow', sans-serif; border-bottom: 1px solid #E2E8F0; }
.tse-npc-m-row-odd { background: #F5F7FA; }
.tse-npc-m-row-even { background: #ffffff; }
.tse-npc-m-section-hdr { background: #F5F7FA; padding: 12px 18px; border-bottom: 1px solid #E2E8F0; }
.tse-npc-m-section-title { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; color: #001F3F; display: flex; gap: 6px; align-items: center; letter-spacing: 1px; text-transform: uppercase; }
.tse-npc-m-section-sub { font-family: 'Barlow', sans-serif; font-size: 11px; color: #4A5568; font-style: italic; margin-top: 4px; margin-left: 9px; line-height: 1.4; }
.tse-npc-m-lbl { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; color: #001F3F; display: flex; gap: 6px; align-items: center; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; flex-wrap: wrap; }
.tse-npc-m-lbl-bar { width: 3px; height: 14px; background: #4B9CD3; border-radius: 2px; flex-shrink: 0; }
.tse-npc-m-val { color: #1A202C; font-size: 16px; line-height: 1.4; font-weight: 500; }
.tse-npc-m-val-sub { font-size: 12px; color: #4A5568; display: block; font-weight: 400; font-style: italic; margin-top: 3px; }
.tse-npc-m-lbl-sub { font-family: 'Barlow', sans-serif; font-size: 11px; color: #4A5568; font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; display: block; margin-top: 4px; line-height: 1.4; width: 100%; }
.tse-npc-m-check-row { padding: 12px 18px 12px 34px; background: #ffffff; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #EDF2F7; gap: 12px; }
.tse-npc-m-check-row:nth-child(odd) { background: #FAFBFC; }
.tse-npc-m-check-lbl { font-family: 'Barlow', sans-serif; font-size: 14px; color: #2D3748; font-weight: 500; flex: 1; }
.tse-npc-m-price-block { background: #EAF4FC; padding: 16px 18px; }
.tse-npc-m-price-header { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #001F3F; margin-bottom: 12px; display: flex; gap: 6px; align-items: center; }
.tse-npc-m-price-bar { width: 3px; height: 14px; background: #4B9CD3; border-radius: 2px; }
.tse-npc-m-plinks { display: flex; flex-direction: column; gap: 8px; }
.tse-npc-m-pl { text-decoration: none; padding: 12px 14px; border: 1.5px solid #B5D4F4; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; background: #fff; transition: all .15s; }
.tse-npc-m-pl:hover, .tse-npc-m-pl:active { background: #D6ECFA; border-color: #4B9CD3; }
.tse-npc-m-pl-left { flex: 1; }
.tse-npc-m-pl-size { font-family: 'Barlow', sans-serif; font-size: 13px; color: #4A5568; font-weight: 500; display: block; margin-bottom: 3px; }
.tse-npc-m-pl-price { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; color: #001F3F; font-weight: 800; display: block; line-height: 1.1; letter-spacing: .5px; }
.tse-npc-m-pl-price del, .tse-npc-m-pl-price del .amount, .tse-npc-m-pl-price del bdi { font-size: 13px; color: #A0AEC0; font-weight: 500; margin-right: 5px; text-decoration: line-through; }
.tse-npc-m-pl-price ins { text-decoration: none; background: transparent; color: #001F3F; }
.tse-npc-m-pl-price .amount, .tse-npc-m-pl-price bdi { font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; }
.tse-npc-m-pl-note { font-size: 11px; color: #718096; font-style: italic; display: block; margin-top: 4px; line-height: 1.3; }
.tse-npc-m-pl-arr { color: #4B9CD3; font-size: 20px; flex-shrink: 0; margin-left: 10px; font-weight: 700; }
(function(){
var navs = document.querySelectorAll('[data-tse-npc-nav]');
var cards = document.querySelectorAll('[data-tse-npc-cards]');
navs.forEach(function(nav, ix){
var c = cards[ix];
if (!c) return;
var btns = nav.querySelectorAll('.tse-npc-m-nav-btn');
var cardEls = c.querySelectorAll('.tse-npc-m-card');
btns.forEach(function(b){
b.addEventListener('click', function(){
var i = parseInt(b.getAttribute('data-idx'));
btns.forEach(function(x){ x.classList.remove('active'); });
b.classList.add('active');
if (cardEls[i]) cardEls[i].scrollIntoView({ behavior: 'smooth', inline: 'start', block: 'nearest' });
});
});
c.addEventListener('scroll', function(){
var cw = c.offsetWidth;
var i = Math.round(c.scrollLeft / cw);
btns.forEach(function(x){ x.classList.remove('active'); });
if (btns[i]) btns[i].classList.add('active');
});
});
})();
Tennis Equipment
Tennis Net Post Comparison Chart
tennissuppliesandequipment.com
|
Spartan
Titan Pro
|
Spartan
Legacy
|
Edwards
Classic
|
Douglas
Premier XS
|
Douglas
Premier
|
Putterman
Premium
|
|
|---|---|---|---|---|---|---|
|
Origin
|
Manufactured in USA
|
Imported
|
Imported
|
Manufactured in USA
|
Manufactured in USA
|
Imported
|
|
Steel gauge
Lower gauge = thicker steel
|
10-gauge
28% thicker than standard
|
11-gauge
14% thicker than standard
|
12-gauge
Industry baseline
|
8-gauge
57% thicker than standard
|
11-gauge
14% thicker than standard
|
12-gauge
Industry baseline
|
|
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
|
||||||
|
Interior galvanization
|
||||||
|
Exterior galvanization
|
||||||
|
Powder coat finish
|
||||||
|
Internal winder
Stainless steel is harder and more corrosion-resistant than brass
|
Stainless steel
Marine-grade reliability
|
Stainless steel
Marine-grade reliability
|
Brass
|
Brass
|
Brass
|
Brass
|
|
Warranty
|
5-year limited
|
3-year limited
|
1-year limited
|
5-year limited
|
5-year limited
|
1-year limited
|
|
Sizes & price
|
Legend
Included
Not included
Spartan
Titan Pro
← swipe or tap brand above →
Origin
Manufactured in USA
Steel gauge Lower gauge = thicker steel
10-gauge 28% thicker than standard
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Stainless steel Marine-grade reliability
Warranty
5-year limited
Spartan
Legacy
← swipe or tap brand above →
Origin
Imported
Steel gauge Lower gauge = thicker steel
11-gauge 14% thicker than standard
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Stainless steel Marine-grade reliability
Warranty
3-year limited
Edwards
Classic
← swipe or tap brand above →
Origin
Imported
Steel gauge Lower gauge = thicker steel
12-gauge Industry baseline
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Brass
Warranty
1-year limited
Douglas
Premier XS
← swipe or tap brand above →
Origin
Manufactured in USA
Steel gauge Lower gauge = thicker steel
8-gauge 57% thicker than standard
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Brass
Warranty
5-year limited
Douglas
Premier
← swipe or tap brand above →
Origin
Manufactured in USA
Steel gauge Lower gauge = thicker steel
11-gauge 14% thicker than standard
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Brass
Warranty
5-year limited
Sizes & price
Putterman
Premium
← swipe or tap brand above →
Origin
Imported
Steel gauge Lower gauge = thicker steel
12-gauge Industry baseline
Corrosion Protection
Three types of protection available — more layers = longer service life, especially in humid or coastal environments
Interior galvanization
Exterior galvanization
Powder coat finish
Internal winder Stainless steel is harder and more corrosion-resistant than brass
Brass
Warranty
1-year limited
Notes
This chart features our top-selling tennis net posts. Additional models, sizes and brands are available — browse our full net post selection.
2-7/8" posts fit standard 3" round sleeves. Most contractors install 2-7/8" posts. Not sure which size you need? Contact us.
Specs sourced from manufacturer published documentation. Specifications not publicly listed are noted accordingly.
Edwards Square Tennis Net Posts represent the pinnacle of court aesthetics, famously utilized at the Wimbledon Championships and Olympic venues. Constructed from heavy-duty 12-gauge “box section” steel, these 3-inch square posts provide a distinct architectural look without sacrificing the structural integrity Edwards is known for. As a premier option in our tennis net posts collection, this system is designed for elite facilities and high-traffic tournament environments.
Select options
This product has multiple variants. The options may be chosen on the product page







