We would love to hear from you. Feel free to reach out using the below details.
Address: 123 Main Street, New York, NY 10001
Hours: Mon-Fri 9:00AM - 5:00PM
Phone: 123-456-7890
Email: contact@mysite.com
(function () {
function cleanAccordion() {
document.querySelectorAll('.acf-accordion details.e-n-accordion-item').forEach(function (item) {
const textWidget = item.querySelector('.elementor-widget-text-editor');
if (!textWidget) return;
// Get ONLY the widget container content
const container = textWidget.querySelector('.elementor-widget-container');
if (!container) return;
// Strip EVERYTHING down to real text
let text = container.innerHTML
.replace(/