• mishelle615

    (@mishelle615)


    I tried making the header clickable and now the whole page is clickable. When I try to type in a text box (like the search box) it refreshes the page instead of allowing text to go in. The site is https://www.abejasbuzz.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • zeniph

    (@zeniph)

    pretty simple – remove this style/javascript

    <div id="page" style="cursor: pointer;" onclick="location.href='https://www.abejas-buzz.com/';">

    I guess move it to

    <div id="head" style="cursor: pointer;" onclick="location.href='https://www.abejas-buzz.com/';">

    Thread Starter mishelle615

    (@mishelle615)

    when I change “page” to “head” the entire blog disappears, and only the header shows. Im not a pro or anything, I just basically tweaked a template to get it where it is now. Ive been lucky so far. So something might not be matching up.

    zeniph

    (@zeniph)

    move only this

    style="cursor: pointer;" onclick="location.href='https://www.abejas-buzz.com/';"

    from PAGE to HEAD

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dont want the whole page to be clickable, just the header’ is closed to new replies.