Site logo

Archived topic

Links not working

4 replies · Started by Richard on August 3, 2022

Viewing posts 1–5 of 5

Hello,

Could you check why none of the links are working on this site?
This includes the nav & button links [book your call] button above the footer.

Thanks
Rich

Hi there,

Something seems to be covering the entire page.

Can you remove all of your custom CSS to eliminate any issues from there?

Thanks. It's this CSS that is causing the issue:

body:before {
border: 20px solid white;
content: "";
width: 100vw;
height: 100vh;
display: block;
position: fixed;
z-index: 99999;
}

It's fixed now, thanks for you help.

No problem :)

This archived topic is closed to new replies.