global link styling
-
Hi All
Forgive me if this is a dumb question because I’ve only been using WordPress for 2 days.
I have a child theme for twentyseventeen working and all my changes have persisted the update so I know the structure is working.
Now I’m trying to write CSS to globally style links in the child CSS, this is all working
#archives-3 a, #recent-posts-3 a, .entry-title a, .entry-meta a, .comment-form a, .entry-content a {color:foo;}
#archives-3 a:hover, #recent-posts-3 a:hover, .entry-title a:hover, .entry-meta a:hover, .comment-form a:hover, .entry-content a:hover{color:bar;}
But despite an hour in the developer tools I cannot find the classes or Id’s to target for styling the previous and next post links and the category and tags links at the end of each post.
Heres what doesn’t work:
.entry-footer a
.cat-links a
.tags-links a
.nav-links a
.nav-previous a
.nav-next a
Thanks in advance
here is the site annieparkerweb
- The topic ‘global link styling’ is closed to new replies.