Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1405585
Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 5 years ago.
Improve this questionI want to know how to change the logo url of my website
/
So when you click to the logo it will go directly to
Kindly help me, as I'm not a coder
Closed. This question is off-topic. It is not currently accepting answers.Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 5 years ago.
Improve this questionI want to know how to change the logo url of my website
https://thienthans/frenchies/
So when you click to the logo it will go directly to https://thienthans/example
Kindly help me, as I'm not a coder
Share Improve this question asked Dec 11, 2019 at 19:47 user2995858user2995858 112 bronze badges 2- It depends on your theme. Not all of them are coded the same way. Read up on your theme's documentation or ask the developer for support. – WebElaine Commented Dec 11, 2019 at 19:58
- Hi. There is no thing about chaning the logo url in the document – user2995858 Commented Dec 11, 2019 at 20:23
1 Answer
Reset to default 0You need to edit the header.php of your theme and look for the code that outputs the logo link. Or you can try adding this to your theme's header.php file:
<script>
var yourElement = document.getElementById('sc_layouts_logo_1396606940');
yourElement.setAttribute('href', 'https://thienthans/example');
</script>
本文标签: How to change logo url
版权声明:本文标题:How to change logo url 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744912190a2631986.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论