I'm trying to hide this class "mediad rh-flex-right-align" from my header only on HomePage. This class must appear on every other page.
I tried Javascript to achieve this, but it's not working so I probably made a mistake in these lines:
if (document.url == "https://www.comparer-acheter.fr/")
{
document.getElementsByClassName("mediad rh-flex-right-align")
[0].style.display = 'none';
}
Any suggestion is welcome to hide a CSS class on Homepage