Need help with making clickable header
-
I’m customizing the Desktop Chaos theme. The original theme used html text for the blog title, bit I wanted to use a logo. There was no header graphic (header is built into a large background image – that goes behind content area AND header)
I added an invisible gif to the section of the stylesheet css and then added the following code (taken from a site that has clickable header) to make that area clickable…
<div id="blog-title .title" onclick="location.href='https://thejordanpease.com/test/';" style="cursor: pointer;">
but it made the WHOLE PAGE clickable, not just the “blog-title .title” area. Although other buttons work fine, clicking in the search box sets it off – which disables search.
HELP?
- The topic ‘Need help with making clickable header’ is closed to new replies.