Styling a h1:hover
-
Hi everyone! ??
I’m having troubles styling a h1 when it’s hovered. Here’s the page:
scoutrophy.cngei.it/beta/news/I want to style the:
<h1 class="entry-title"><a>Title</a></h1>
..thing to have it darkgren coloured when it’s :hover.
I tried with:
.entry-title h1 a:hover { color:darkgreen }
or
h1.entry-title a:hover { color:darkgreen }
with no results… ??
Can you help me? ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Styling a h1:hover’ is closed to new replies.