Remove Link From the Header's Image

  • Unknown's avatar

    Hi,

    I would like to remove the link from my blog’s header image. Is there a way to do that with CSS Customization for the Oxygen Theme. I don’t really mind the link as long as the line under the image does not appear every time the cursor is on it.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This will remove the line below the header image when the cursor is on it:

    #masthead > a:hover {
    	border: 0;
    }

    Removing the link would be doable, but it would take a bit more work and I think the link is good (personally). Reply back if you still want to remove the header image link.

  • The topic ‘Remove Link From the Header's Image’ is closed to new replies.