• Hi folks, I’m so sorry, I’m going to literally be the most stupid guy on this forum! So, I’ve managed to kinda use WordPress and OceanWP to build a page, however, I’ve got one small bug bear and I just cannot find it. My header logo looks great, but when you hover, it shows a ghost image. I’ve had numerous issues with my css (and help from AI) so I’m scared to tinker with my css and break the page. I feel certain there must be an opacity or hover issue somewhere. When in the wp customise pen, I cannot highlight and click the logo.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @alannotwebdesigner

    The image is appearing on hover because of this custom css code –

    #site-logo img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    display: block !important;
    }

    Try to remove or adjust the code you have added to fix the issue.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.