Go on the editor (Appearance – Editor) then choose ‘content.php’ from the right hand list. Find the phrase ‘the_author_posts_link()’ and delete it. It may be easier to use CTRL-F (if on Windows) or CMD-F (if on Mac) and search for ‘author’ to find it. This leaves you with two / then so you may wish to remove one by deleting it from the above or below line of code. Hope this helps.
Don’t worry, I found the part in the CSS which changes that and changed it to my original colour. For other wondering its this:
.blog-menu li:hover a {
background-color: #4c74b3;
cursor: pointer;
}
Thanks that has worked but now when I hover over a page title there’s a black box around whichever one I’m hovering over.