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.