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>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744912191a4600620.html
评论列表(0条)