removing underline from post/page links and add something to footer credits.
-
I am wondering how to remove the underline in the body of the post and page content links. I thought it would be:
.entry-content a, a:hover, a:active { text-decoration: none; }
However that does not work.
I would also like to add a login/logout link using:
<?php wp_loginout(); ?>
After the Copyright ? 2014 Site Name but have no idea where to add this. I searched the footer, functions.php in the Omega theme and could not find anywhere.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘removing underline from post/page links and add something to footer credits.’ is closed to new replies.