Site logo

Archived topic

One link in drop down navbar isn't working

5 replies · Started by kyle on January 9, 2016

Viewing posts 1–6 of 6

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/

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.

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.

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);
}

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 :)

No problem, glad I could help!

Thanks! :)

This archived topic is closed to new replies.