Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #567472

    Hello,

    How do I make it so there is no option to click on the logo?
    http://sfshift.com/blog/

    Right now it can be clicked on and brings us to the landing page, how do we not make that happen?

    Thank you!

    #567533

    Hi Nathan!

    Add this to your custom CSS.

    .logo a { pointer-events: none !important; }
    

    Cheers!
    Elliott

    #568068

    Hi

    I entered it into quick css and it still is linking to the landing page.

    How would I disable that linking to anything?

    Thank you

    #568075

    Hey!

    Please change the code to following one

    .logo { pointer-events: none !important; }

    Regards,
    Yigit

    #568080

    Didn’t work yet

    http://sfshift.com/blog/
    if you click on the top logo area it will bring us back to the landing page?

    How do we disable the link?

    Thank you

    #568109

    Hi!

    Both codes should have worked. Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.