• I have searched for ages for an answer to this problem but to no avail. There is a hand cursor viewable when hovering over the header. How do I remove it. If this cannot be done then how do I make it link to a different page?
    Using twenty eleven child theme. plinthart.com
    Thank you in advance.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You will need to include header.php in your child theme, if you have not done so already, and then edit lines 93 and 116 to remove the anchor.

    Hi,
    This hand cursor means that this is a link to your home page.
    Do you need to remove the link (in this case, look for the header file of your theme and change the code), or to remove or change the cursor (you just need to add the css property then) ?

    Thread Starter Jane Milburn

    (@jane-milburn)

    Thank you both. Unfortunately, I am new to coding. I added header.php into child theme but then wp admin/dashboard and site disappeared. I removed header.php (which I had copied to notepad then uploaded to child theme via filezilla FTP)and it all came back so I assume I have not entered header.php correctly. How do I do this. I will keep trying in the mean time. If I cannot resolve this, what is the code to remove the cursor? Sorry for my ignorance but I am learning?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    header .home-link {
        cursor: default;
    }
    Thread Starter Jane Milburn

    (@jane-milburn)

    Great, thank you Andrew that works, however I have just been reading that removing the hand will hide the url form google. Is this true and if so how do I resolve this?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t speak for Google, but that doesn’t sound plausible as Google looks at your source code.

    Thread Starter Jane Milburn

    (@jane-milburn)

    Thank you that has settled my mindHow do I change the colour of the font in the menu tabs when hovering? I have searched for the answer but no luck so far.

    Thread Starter Jane Milburn

    (@jane-milburn)

    Sorry, I should have said can you please help with another problem. I have posted a thread but have no answers.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you open a new thread here about that https://www.ads-software.com/support/theme/twentythirteen#postform

    Thread Starter Jane Milburn

    (@jane-milburn)

    Many, many thanks for your help. I will do that and mark this thread as resolved.

    Thread Starter Jane Milburn

    (@jane-milburn)

    If you are around Andrew, I need some more help on this thread subject. I am now using the Twenty Fourteen (child) theme and the code you gave me to remove the hand cursor no longer works. Any ideas?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Make header unclickable or link to another page.’ is closed to new replies.