• Resolved aniraka

    (@aniraka)


    Hello all,
    I would like to change the link behind the Site Title/Logo. By default it leads to the landing page and I can only find the option “Disable Homepage Link” under Appearance > Header > Change Logo

    I have found this thread, where @rodicaelena answered, but I can not find a way to “remove the Logo & Site Identity component, and replace it with the HTML component” as she writes. Is this only available in the pro version?

    https://www.ads-software.com/support/topic/remove-link-from-logo-to-home-from-1-specific-page/

    My site is not online yet, so unfortunately I can not share a link to it.

    Many thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @aniraka!

    Thanks for choosing Neve!

    To remove the “Logo & Site Identity” component, you should go to Customizer -> Header and click on the “X” button that appears near that component when you hover over it, as you can see here. Then you should hover on the space where the “Logo & Site Identity” component used to be, click on the plus that appears there and add a “HTML” component, as you can see here. After that you should be able to write the code you found in the other thread in the “General” section of the “HTML” component, as you can see here.

    I hope this helps!

    Have a nice day!

    Thread Starter aniraka

    (@aniraka)

    Hi @luciamarinescu,
    This helps me a lot. Thanks for walking me through.
    One more question regarding the html code: Is there a way to have the site title remain visible instead of having to upload an image/logo? If not I will make a work around with making the image the site title, but maybe there is a simpler way?

    Many thanks again.

    Hi @aniraka!

    I am glad you were able to add the “HTML” component.

    Sure, you can display only the site title, without a logo. For example, you could add in the “General” section of that “HTML” component the code below and customize it as you please.

    <a href="#"> <p style="color: red; font-family: Roboto; font-size: 30px; font-weight: bold; font-style: italic"> Site title</p> </a>

    Don’t forget to replace the “#” after “href” with the desired link!

    Let me know how this worked!

    Thread Starter aniraka

    (@aniraka)

    Thank you again, @luciamarinescu.

    For some reason, the link is not working. My site is online now: https://leonhardpanzenboeck.com

    This is the code I tried:

    <a href="https://leonhardpanzenboeck.com/profil/"><p style="font-size: 2em;
    line-height: 1.6em;"> LEONHARD PANZENB?CK</p></a>

    Any hints on where my mistake is?

    Hello @aniraka!

    Please try to replace the code with the one below.

    <a style="font-size: 2em;line-height: 1.6em" href="https://leonhardpanzenboeck.com/profil/"> LEONHARD PANZENB?CK</a>

    It should work properly now. Let me know how it goes.

    Have a nice day!

    Thread Starter aniraka

    (@aniraka)

    It’s working great! Thank you for your help!

    I am glad it worked!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change link behind Logo/Site Title’ is closed to new replies.