91³Ô¹ÏÍø

Watch CBS News

DNC plans to hit Trump in Philadelphia on his relationship with Black community

When former President Donald Trump shows up at Temple University for a rally Saturday, the Democratic National Committee will have a message for him — and the party is doing its best to make sure he sees it, too, with a billboard, a and kiosks in buildings around the campus where the rally will take place. 

"Donald Trump is coming to North Philly, but he can't fool us," the mobile billboard reads. "He's a disaster for Black Americans." 

The kiosks, taking aim at Trump's relationship with the Black community and young voters, highlight President Biden's student loan forgiveness efforts. They'll be placed in buildings across the campus, and there will be a billboard saying, "If Trump wins, Black families lose" along I-95.

Here's one of the DNC graphics:

unnamed-3.jpg
DNC kiosk and billboard graphic  Democratic National Committee

The effort comes a couple of days after Juneteenth, the federal holiday that commemorates the end of slavery, and follows recent reports that Trump called , where the Republican National Convention will be held this year, a "horrible city" during a meeting with House Republicans. 

Vice President Kamala Harris talked about the Milwaukee comment in an interview with radio host Sherwin Hughes on Thursday. 

"You look at what Donald Trump did to… criticize Milwaukee. He did that with my home city of Oakland," Harris said. "He did that as it relates to Baltimore, as it relates to Atlanta and Philadelphia. And, I will let your listeners connect the dots in terms of what all those cities have in common. There seems to be a pattern at play," she said, alluding to the fact those cities all have large Black populations.

In 2017, Mr. Trump said Atlanta was "falling apart" and "crime-infested." During his presidency, he called Baltimore "rat and rodent-infested." And while casting doubt on the 2020 election, Trump called Philadelphia, the site of Saturday's rally, one of "the most corrupt political places anywhere in our country."

In response to Harris, Janiyah Thomas, Team Trump's Black media director, said, "President Trump was referring to how Democrat policies are failing these blue cities. If you ask the average voter in these cities, they will say that Joe Biden and the Democrats have abandoned their communities and they are desperate for change."

Thomas added that the Trump campaign is doing outreach to minority voters while Mr. Biden's campaign is gaslighting Black voters. 

Black voters were a key demographic that helped Mr. Biden win in 2020, and they were pivotal in his pursuit of  the Democratic 91³Ô¹ÏÍø. Despite that, there have been indications that his support is faltering within the Black community. 

A recent CBS News poll shows that 57% of Black voters feel things would be better for them if Biden is reelected, compared to 69% of Black voters who felt the same sentiment should Trump win. Still, 81% of Black voters said that they would support Mr. Biden over Trump. 

In an effort to make inroads with the Black community, Trump held a roundtable with community leaders at a church in Detroit on Saturday. At the event, Trump said Mr. Biden has been the "worst president for Black people."

In a statement, DNC spokesperson Abhi Rahman reiterated that Trump was "a disaster for minority communities — particularly Black Americans."

"He says he's not racist, but his record says differently. Over and over again, he has insulted predominantly Black cities, and during his time in office, jobs disappeared, unemployment more than doubled for Black Americans during the pandemic, and his tax scam widened the racial wealth gap," Rahman said. 

Rahman also argued Black wealth hit a record low under Trump, while small, Black-owned businesses started at a higher rate under the Biden administration.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });