Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #412951

    Hello, how to delete logo-link on homepage?A circular reference from homepage to homepage! Thanks!

    #412958

    Hi dreamka!

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

    .home .logo { pointer-events: none; }

    Cheers!
    Yigit

    #412997

    unfortunately it does not work

    #412999

    Unfortunately it does not work!

    #413005

    Sorry for Second post!

    #413008

    Hey!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #413009
    #413022

    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

    #413175

    Ok, it does not work! Can you delete logo-link on all page?
    login admin
    pas 123456

    #413552

    Hello! It does not work!

    #413554

    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

    #413598

    Thank you!

    #413601

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to delete logo-link on homepage?’ is closed to new replies.