91³Ô¹ÏÍø

Watch CBS News

Jeannie Seely, country singer and Grand Ole Opry star, dies at 85

Jeannie Seely, the soulful country music singer behind such standards like "Don't Touch Me," has died. She was 85.

Her publicist, Don Murry Grubbs, she died Friday after succumbing to complications from an intestinal infection.

Known as "Miss Country Soul" for her unique vocal style, Seely was a trailblazer for women in country music, celebrated for her spirited nonconformity and for a string of undeniable hits in the '60s and '70s.

Her second husband, Gene Ward, died in December. In May, Seely revealed that she was in recovery after undergoing multiple back surgeries, two emergency procedures and spending 11 days in the ICU. She also suffered a bout of pneumonia.

"Rehab is pretty tough, but each day is looking brighter and last night, I saw a light at the end of the tunnel. And it was neon, so I knew it was mine!" she said in a statement at the time. "The unsinkable Seely is working her way back."

Dolly Parton was one of several country music luminaries paying her tribute on Friday, saying she met Seely when they were both young and starting out in Nashville.

"She was one of my dearest friends," accounts. "I think she was one of the greater singers in Nashville and she had a wonderful sense of humor. We had many wonderful laughs together, cried over certain things together and she will be missed."

Singer said on X that Seely was "a national treasure, and one fine lady."

Seely was born in July 1940, in Titusville, Pennsylvania, about two hours north of Pittsburgh and was raised in nearby Townville. Her love of country music was instant; her mother sang, and her father played the banjo. When she was a child, she sang on local radio programs and performed on local television. In her early 20s, she moved to Los Angeles to kick-start a career, taking a job with Liberty and Imperial Records in Hollywood.

She kept writing and recording. Nashville was next: She sang on Porter Wagoner's show; she got a deal with Monument Records. Her greatest hit would arrive soon afterward: "Don't Touch Me," the crossover ballad written by Hank Cochran. The song earned Seely her first and only Grammy Award, for best country & western vocal performance in the female category.

Cochran and Seely were married in 1969 and divorced in 1979.

Seely broke boundaries in her career — at a time when country music expected a kind of subservience from its women performers, Seely was a bit of a rebel, known for wearing a miniskirt on the Grand Ole Opry stage when it was still taboo.

And she had a number of country hits in the '60s and '70s, including three Top 10 hits on what is now known as Billboard's hot country songs chart: "Don't Touch Me," 1967's "I'll Love You More (Than You Need)" and 1973's "Can I Sleep In Your Arms?", adapted from the folk song "Can I Sleep In Your Barn Tonight Mister?"

In the years since, Seely continued to release albums, perform and host, regularly appearing on country music programming. Her songs are considered classics, and have been recorded by everyone from Merle Haggard, Ray Price and Connie Smith to Ernest Tubb, Grandpa Jones and Little Jimmy Dickens.

And Seely never stopped working in country music. Since 2018, she's hosted the weekly "Sunday's with Seely" on Willie Nelson's Willie's Roadhouse SiriusXM channel. That same year, she was inducted into the Music City Walk of Fame.

She appeared nearly 5,400 times at the Grand Ole Opry, which she has been a member of since 1967. Grubbs said Saturday's Grand Ole Opry show would be dedicated to Seely.

She released her last song in July 2024, a cover of Dottie West's "Suffertime," recorded at the world-renowned RCA Studio B. She performed it at the Opry the year before.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });