• I am trying to change the URL of the homepage logo to another website since this website is a subwebsite. I use the theme Jupiter and I know the only way to change this is to change the code in js but when I look for my php.headers I don’t see any words/code with the words logo, header etc.

    I was wondering if someone could give me a written code that I could add?

    Thanks in advanced.

    • This topic was modified 2 years, 6 months ago by Jan Dembowski.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    You could try adding the following JS line to the custom JS file (Theme Options > Advanced > Custom JS).

    jQuery(".header-logo.fit-logo-img a").attr("href", "New URL");

    Just replace New URL with the link you want to use.

    Hope this helps
    -Jamie

    Thread Starter jdliumeijer

    (@jdliumeijer)

    Hi there,

    Thanks for your message! Unfortunately it doesn’t work =/.
    Maybe I am adding the code wrong or I forget some symbols?
    I’ve literally searched all Google but can’t get it done..

    Hi,

    Are you able to share the link you would like the logo to link to?

    And is it the logo on the page you shared in the original post that you are wanting to change? Would just like to confirm this to make sure the selectors I’ve given are correct.

    Thread Starter jdliumeijer

    (@jdliumeijer)

    Hi,

    Yes the site I want to change the home page logo URL is https://www.mhs.one/
    If you enter the site the logo on the upper left ‘Meijer Handling Solutions’ needs to redirect to https://meijer-handling-solutions.com/ when you click on it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the URL of my homepage logo’ is closed to new replies.