CSS not working for permalink
-
Hi all,
I’m trying to link a title and authors name from my front page (News reel). I have no problem linking them, but styling the links seems impossible.
I link them as follows:
<a href="<?php the_permalink(); ?>" rel="bookmark"> <h1><?php the_title(); ?></h1></a>
The styling I then have is:
.main-text h1 a:hover{ text-decoration: underline; }
No dice. I’ve tried a few different things and get nothing working.
Any help is appreciated.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘CSS not working for permalink’ is closed to new replies.