Header image disappearing when clicked

  • Author
    Posts
  • #56692

    Hi

    For some reason, whenever I click on my header to take me back to my home page, the header image disappears and is replaced by the default colour of the website. The same issue occurs with right clicking as well. Once unclicked, the header returns. It’s only started happening recently – I’ve had no problems of this nature before.

    When I switch to another theme the problem doesn’t occur (though it does with the main Nirvana theme – I use a child theme), and I’ve tried deleting the cache and the other plugins, but I still get the same problem. I’m not sure what is causing it and how to solve it.

    Thanks in advance

    Doug

    I’m running WordPress 4.8.3 by the way.

    Website: www.beyondtheoldworld.com

    #56855
    Zed
    Cryout Creations mastermind

    Nirvana applies a background colour style to the active (currently clicked) link. This looks good on most links, but can sometimes cause confusion.

    You can disable this effect on the site header with CSS:

    body a#linky:active {
        background: transparent;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #57254

    Hi

    Sorry it’s taken so long getting back!

    Thanks, that’s sorted it! That’s a much simpler solution than I could have hoped for!

    Cheers

    Doug

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Header image disappearing when clicked’ is closed to new replies.