Viewing 2 reply threads
You must be logged in to reply to this topic.
I am looking to set the click through for the site logo to something other than the site home page. I don’t see any where to easily make this change. Could you please tell me what changes would be necessary to the code to accomplish this?
thank you
Hello,
Please go to file functions-specular.php and find this line:
$logo = "<a href='".esc_url(home_url('/'))."'>".$logo.$logo_light."</a>";
Replace with this:
$logo = "<a href='https://www.google.com'>".$logo.$logo_light."</a>";
Edit the ‘www.google.com’ with your url.
Best regards!
You must be logged in to reply to this topic.