Is there a way to remove the link from my header image in the CSS? I have added the following line so that it doesn't appear to be a link, but if a user clicks on the image, the page still goes to the home screen.
#menu #header-image a {
cursor:default;
}
Thanks for any tips!
The blog I need help with is benjaminsnorris.com.