I want to make a website with only landing pages and no general homepage. For this reason I want to make the logo on top not clickable. How can I do this?
Regards
Michiel
Hey mschoonhoven!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
pointer-events: none;
}
Cheers!
Yigit
Thank you Yigit, this works well..
Cheers
Michiel