Links not working on hompage
-
HI @arminunruh
The links I have set up on my footer do not work on the homepage, but do on all other pages. Please can you advise how to activate the links on the homepage.
www.studiocullis.com
Thank you -
very nice website!
i think its bc of your custom css:
#footer-region {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: transparent !important;
}please follow the steps mentioned above before posting

-
Thanks Armin.
The custom css is already as you have suggested. See below:
#footer-region{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: transparent !important;}
Therefore is there something else i can do to correct the problem?
Thank you
-
no i said it doesnt work because of your custom css.
that css makes it not work and you should remove it or change it