On my client's homepage, the site title is an active link (on hover shows underline and finger pointer) but goes nowhere, since the browser is already on the homepage.
<!--SITE TITLE OR LOGO-->
<h1 data-content-field="site-title" class="site-title ">
<a href="/" class="site-title-link">
This is the site title
</a>
</h1>
She finds this behavior confusing and would like to disable it (only on the homepage). I cannot find a way to disable/hide the link. Searching the forum did not reveal a solution for this specific case, and the code I tried below did not work.
.homepage h1 a:link a:hover {
display: none !important;
text-decoration: none !important;
}
This seems pretty basic, so I'm guessing I'm missing something obvious. Thanks for any help, no matter how embarrassing to me.
Galapagos template, v . 7.0