• Resolved kingrew

    (@kingrew)


    Hi, on my website when the logo is clicked it refreshes the whole website, is there a way to make it take you back to the top of the page or do nothing at all? Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @kingrew

    You can use this css code to disable the click on the site logo –

    a.navbar-brand {
    pointer-events: none;
    }
    

    Add this css code under Appearance > customizer > Additional css section.

    Let me know how it goes, thank you!

    Thread Starter kingrew

    (@kingrew)

    Hey, thanks for the fast reply, do you also have a css code so once the logo is clicked it takes you to the top of the page instead of reloading?

    Hi @kingrew,

    This behavior can’t be changed with custom CSS code. The theme uses the default behavior of WordPress for the logo, which is to redirect the visitor to the home page of the website.

    Regards,
    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Logo Header’ is closed to new replies.