‘Deceptive’ Amendment 3 could force tough choices on key services, local leaders warn

💛 A quick favor, if you've got a second.

We're really happy that you chose to read one of our stories and sincerely hope you'll stick around to read more. We took our paywall down — for now — but that won't last forever, and when the gate goes back up, we'd love for you to already be on the inside.

It's free. So please enter your email here and don't forget to like and follow us on all of your favorite Social Media platforms!

Share this story:


✉️ Email


💬 Text

Several local government leaders met outside Miami-Dade County’s main library in downtown Miami Wednesday to speak out against Amendment 3.“Saying this plainly: If you are a senior who takes the bus that’s free, this matters to you,” Miami-Dade Commissioner Oliver Gilbert said. “If you are someone who is going to call (the) police and want them to get there in a reasonable time, this matters to you.”Championing the concept is Gov. Ron DeSantis, which, if approved by at least 60% of voters, would increase the exemption on homesteads ― primary residences owned by a permanent resident.The ballot measure would raise the homestead exemption for non-school property taxes to $150,000 in 2027 and $250,000 in 2028. It would be subsequently adjusted for inflation.“It is deceiving. Amendment 3 is deceptive,” Miami-Dade Mayor Daniella Levine Cava said. “It is being presented like a simple tax cut, but it doesn’t eliminate the cost of providing services that our communities depend on.”Miami Commissioner Damian Pardo said the measure has “a lot of unintended consequences.”“It strikes me like a payday loan,” he said. “You have no idea what the interest is, what the charges are.”DeSantis has brushed off some concerns from local leaders as scare tactics.“I think what people are saying, if this passes, ‘Oh my gosh, you are not going to have law enforcement or any services or anything like that,’ and that is just not true,” DeSantis said.But critics argue that, as a budgetary gut-punch, Amendment 3 would result in local leaders facing tough choices — from cutting services to potentially raising taxes or fees elsewhere to make up for the revenue shortfall. For most municipalities, police and fire comprise a significant portion of local budgets.“And if communities are forced to raise taxes or fees to make up some of that lost revenue, then renters and small businesses would likely end up paying more, even though they never received the tax break in the first place,” Levine Cava said.DeSantis has argued cities and counties “are still getting way more property tax revenue than they were getting 7 to 8 years ago.”A recent report by Miami-Dade County’s property appraiser found that while estimated taxable value countywide increased year-over-year, the annual rate of growth is cooling.According to the Tax Foundation, homestead property accounts for a sizable share of Florida’s property tax base.According to the group, if voters approve the proposed constitutional amendment, a legislative fiscal analysis “estimates local government revenues could be reduced by $4.6 billion in the first year and by $8.4 billion in the second year, but the constitutional amendment includes no plan for how to pay for such a large tax cut.”“There is definitely a theory to the case that, yes, they are definitely not going to be able to raise spending. That is just true,” DeSantis said.That phrasing from the governor — a “theory to the case” — is in part what alarms some local leaders.“Without studying how it is going to affect our local communities, I can tell you in our Village of Pinecrest, over the first five years our revenue will be decreased by $15 million, and there is discussion on how will replace that revenue,” Pinecrest Mayor-elect Shannon del Prado said. “Will it come from Tallahassee? If a stop sign is down, will Tallahassee have to come and fix it for us? If we have a pothole, will we have to call Tallahassee to get it repaired?”According to the Tax Foundation, “While intended to relieve the growing property tax burden on Florida residents, drastically reducing and potentially even eliminating property taxes on the primary residences of most Florida homeowners would shift property tax burdens in highly distortionary ways and make Florida’s tax code far less stable and competitive.”According to the Florida Policy Institute, “The loss of property tax dollars under Amendment 3 would ultimately shift costs onto renters, consumers and small businesses as local governments look to generate revenue.”Voters will be able to weigh in on the measure on Nov. 3.

.l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

.l10-neighborhood{
–blue-dark:#0d2c73;
–blue:#1f57c4;
–blue-light:#3370e6;
–gray-bg:#f2f3f5;
–gray-border:#d6d8dc;
–text-dark:#1a1a1a;
–white:#ffffff;
font-family:system-ui,-apple-system,”Segoe UI”,Roboto,Arial,sans-serif;
max-width:860px;
margin:1.5rem auto;
border-radius:10px;
overflow:hidden;
border:1px solid var(–gray-border);
background:var(–gray-bg);
box-shadow:0 4px 14px rgba(0,0,0,.12);
text-align:center;
}

.l10-head{
background:linear-gradient(90deg,var(–blue-dark),var(–blue));
color:var(–white);
padding:12px 16px;
font-weight:800;
text-transform:uppercase;
font-size:1rem;
letter-spacing:.3px;
display:flex; justify-content:center; align-items:center; gap:8px;
}

.l10-body{
max-width:740px;
margin:0 auto;
padding:0 16px 18px;
}

.l10-sub{
margin:12px 0 10px;
font-size:.95rem;
color:var(–text-dark);
font-weight:500;
text-align:center;
}

.l10-grid{
display:grid;
grid-template-columns:1fr;
gap:12px;
}
@media (min-width:600px){
.l10-grid{ grid-template-columns:repeat(3,1fr); }
}

.nb-btn{
display:grid;
place-items:center;
text-align:center;
line-height:1;
width:100%;
min-height:48px;
padding:10px;
border-radius:8px;
text-decoration:none;
font-weight:800;
text-transform:uppercase;
font-size:.95rem;
background:linear-gradient(180deg,var(–blue-light),var(–blue));
color:var(–white);
box-shadow:0 2px 6px rgba(0,0,0,.15);
transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.nb-btn:hover, .nb-btn:focus-visible{
background:linear-gradient(180deg,var(–blue),var(–blue-dark));
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.2);
outline:none;
}
.nb-btn:link, .nb-btn:visited{ color:var(–white); }

.city-dd{
grid-column:1 / -1;
justify-self:stretch;
width:100%;
margin:0;
text-align:left;
}
.city-dd summary{
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
gap:8px;
width:100%;
min-height:48px;
padding:10px 16px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.02em;
color:var(–white);
background:linear-gradient(180deg,var(–blue-light),var(–blue));
border:1px solid rgba(0,0,0,.08);
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,.15);
user-select:none;
}
.city-dd summary::-webkit-details-marker{ display:none; }
.city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
.city-dd[open] summary .caret{ transform:rotate(180deg); }

.city-menu{
margin-top:0;
background:var(–white);
border:1px solid var(–gray-border);
border-top:0;
border-radius:10px;
border-top-left-radius:0;
border-top-right-radius:0;
padding:10px;
box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.city-dd[open] summary{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}

.city-grid{
display:grid;
grid-template-columns:1fr;
gap:8px;
}
@media (min-width:520px){
.city-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:800px){
.city-grid{ grid-template-columns:repeat(3,1fr); }
}

.city-link{
display:block;
text-decoration:none;
text-align:center;
font-weight:700;
padding:8px 10px;
border-radius:8px;
background:#f7f9fc;
border:1px solid var(–gray-border);
color:var(–blue);
transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
}
.city-link:hover, .city-link:focus-visible{
background:#eef3ff;
outline:none;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.city-link:link, .city-link:visited{ color:var(–blue); }

🏠 News From Your Neighborhood

Latest headlines from:

Miami-Dade
Broward
Florida Keys

Cities▾

Miami
Fort Lauderdale
Coral Springs
Davie
Deerfield Beach
Doral
Hialeah
Hollywood
Homestead
Lauderhill
Miami Beach
Miami Gardens
Miramar
Pembroke Pines
Plantation
Pompano Beach
Sunrise
Tamarac

Share this story:


✉️ Email


💬 Text