Hello, how to delete logo-link on homepage?A circular reference from homepage to homepage! Thanks!
Hi dreamka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .logo { pointer-events: none; }
Cheers!
Yigit
unfortunately it does not work
Unfortunately it does not work!
Sorry for Second post!
Hey!
Please try adding !important rule as following
.home .logo {
pointer-events: none!important;
}
If that too does not help, please post a temporary admin login so we can look into it
Regards,
Yigit
Ok, it does not work! Can you delete logo-link on all page?
login admin
pas 123456
Hello! It does not work!
Hey!
It was not working because you added the code to Google analytics field instead of Quick CSS field. I moved the code to Quick CSS field and it is working fine now. If you would like to remove link on all pages, edit the code and remove “.home”
Regards,
Yigit
Thank you!