• 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)
  • try this:

    .entry-content a, a:hover, a:active {
    border-bottom: none;
    }

    about your other 2 questions… i don’t know how, sorry.

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.