[Resolved] One link in drop down navbar isn't working

Home Forums Support [Resolved] One link in drop down navbar isn't working

Home Forums Support One link in drop down navbar isn't working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #164583
    kyle

    Hello,

    I just tried to click on the link to go to my “whole house filter reviews” page and once I hover over the link the drop down menu just goes away.

    The strange thing this only happens on my home page. The exact same drop down page link works perfectly on every other page.

    This one is over my head. Any help would be most appreciated.

    Thanks In advance

    http://drinkpurewater.org/

    #164586
    Tom
    Lead Developer
    Lead Developer

    Hmm, interesting one.

    The first issue I see is you added this to your child theme: @import url('../generatepress/style.css');

    Try removing that and see if it fixes it.

    #164587
    kyle

    Okay, I’ll try that now.

    Just to add some extra information, If you hover over the far right side of the link it works but as you come over to the left it just goes again.

    Okay I removed “@import url(‘../generatepress/style.css’);” and that’s not done the trick.

    #164588
    Tom
    Lead Developer
    Lead Developer

    It’s good to keep that removed.

    I think this is because you added opacity to .page-id-145 h1.

    Remove that opacity, and use rgba instead:

    .page-id-145 h1 {
        color: rgba(255,255,255,0.3);
    }
    #164589
    kyle

    That’s got it, Thank tom. I would have been messing about with that for hours and have been no closer to a solution.

    Wicked theme by the way. I’ll leave a review tomorrow ๐Ÿ™‚

    #164600
    Tom
    Lead Developer
    Lead Developer

    No problem, glad I could help!

    Thanks! ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.