(function () { const homepagePaths = [ "/" // Add localized homepages if needed: // "/en/", // "/vi/" ]; const path = window.location.pathname; const isHomepage = homepagePaths.includes(path); if (!isHomepage) { const style = document.createElement("style"); style.textContent = ' #ot-sdk-btn-floating { display: none !important; } '; document.head.appendChild(style); } })();
Sign up for a Magnet Trade account and get exclusive benefits & discounts
Subscribe now for exclusive limited-time offers, exclusive updates and design trends.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.