Closed ProBackup-nl closed 2 years ago
Users click there and get let because they end up on a different (sub)domain: aqi.eco instead of subdomain.aqi.eco.
Workaround is to hide the logo completely with this template css style: nav>a.navbar-left.navbar-brand.aqieco{visibility:hidden;}
nav>a.navbar-left.navbar-brand.aqieco{visibility:hidden;}
Disabling/removing the hyperlink only, is not an option in css.
That's done in 26db006.
Users click there and get let because they end up on a different (sub)domain: aqi.eco instead of subdomain.aqi.eco.
Workaround is to hide the logo completely with this template css style:
nav>a.navbar-left.navbar-brand.aqieco{visibility:hidden;}
Disabling/removing the hyperlink only, is not an option in css.