Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #280238

    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

    #280243

    Hey mschoonhoven!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo {
    pointer-events: none;
    }

    Cheers!
    Yigit

    #280784

    Thank you Yigit, this works well..

    Cheers
    Michiel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make the logo not clickable’ is closed to new replies.