I am looking for a way to make a logo appear clickable, even though it is just a background image. Unfortunately, I am unable to modify the HTML code, so I am limited to making changes in the CSS only. This is for a blog hosted on Wordpress.com, where HTML editing is restricted.
The current theme includes a text link that directs users back to the home page (the same link I want the background image to lead to). I have used CSS to set the background of the homepage link as the logo image. Essentially, I have the logo image positioned behind the text link to the home page.
Is there a way to hide the text link while keeping it functional as a link, providing the visual illusion that visitors can click on the logo (even though they are actually interacting with invisible text)? I attempted to apply "text-indent: -9999px" to the style of the homepage link, which successfully hides the text, but it unfortunately removes the link functionality as well.