Turn off header link to site
-
Are there any themes where the header image does not link to the site using a href. In other words I just want an image to show in the top left corner which does not act as a link back to the site’s home page. Can this be achieved through CSS?
As usual, any advice gratefully received.The blog I need help with is: (visible only to logged in users)
-
Hi there,
Sure! Please go to Appearance → Customize → CSS and add this:
#custom-header a { pointer-events: none; cursor: default; }Then you should be set! Let me know if you have any questions with this!
-
-
- The topic ‘Turn off header link to site’ is closed to new replies.