document.addEventListener("DOMContentLoaded", function() {
let elements = document.querySelectorAll(
'body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a, body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover a'
);
elements.forEach(el => {
el.style.setProperty("content", "none", "important");
el.style.setProperty("display", "none", "important");
});
});
document.addEventListener("DOMContentLoaded", function() {
let elements = document.querySelectorAll(
'body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a, body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover a'
);
elements.forEach(el => {
el.style.setProperty("content", "none", "important");
el.style.setProperty("display", "none", "important");
});
});