PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
uploads
/
custom-css-js
<!-- start Simple Custom CSS and JS --> <script> document.addEventListener("DOMContentLoaded", function () { const section = document.querySelector(".vc_row.product-description"); if (!section) return; const titleWrapper = section.querySelector(".title-wrapper"); if (!titleWrapper) return; let node = titleWrapper.nextElementSibling; let hasContent = false; while (node) { // Ignore empty WPBakery rows / wrappers if (node.textContent.trim().length > 0) { hasContent = true; break; } node = node.nextElementSibling; } // Hide section if NOTHING exists after title if (!hasContent) { section.style.display = "none"; } }); </script> <!-- end Simple Custom CSS and JS -->
[-] 15599.css
[edit]
[-] 15438.css
[edit]
[+]
..
[-] 15514.js
[edit]
[-] index.php
[edit]