-
On the homepage, the logo and the entire navigation menu in the header point to the /contact/ URL. On the other pages the navigation menu works correctly and the logo points to the homepage. I initially thought the QuadMenu plugin was the culprit but no. The problem only disappears when I deactivate the GenerateBlocks plugin, which of course isn’t an option. What can I do?
-
Alvind
Hi there,
It looks like the issue is caused by this CSS in your Customizer:
.gb-container.clickable-container a:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; }Do you still have any clickable Containers on the site that rely on this CSS? If not, you can simply remove it.
If you still need it, you can scope the CSS more specifically so it only targets the particular Container where the clickable overlay is required.
-
ioana
Yes, I do have clickable boxes on the homepage. I modified the CSS and it fixed the problem. Thank you!
-
Alvind
Glad to hear that!
- You must be logged in to reply to this topic.