- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi. I would like to know how to turn of linking my site title, and how to redirect it to a different page.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi @isaa6,
One way to easily achieve this is by using jQuery.
Add the following code inside the Footer Code box:
SETTINGS > SEO > Footer Code
<script> (function($) { $(function() { $('.wsite-logo a').removeAttr('href'); }); }(jQuery)); </script>
This should work on any theme from Weebly.
You can view an example here: DEMO (note that this site won't be available for too long)
This will remove the link from the logo on all your pages.
Hope this helped you out!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
You have to edit the html and css code. It is a little bit hard if you don´t know. Also as I have noticed, each website has a diferent coding structure (order).
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I can code some HTML and CSS
I have already made some edits to my website code.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi @isaa6,
One way to easily achieve this is by using jQuery.
Add the following code inside the Footer Code box:
SETTINGS > SEO > Footer Code
<script> (function($) { $(function() { $('.wsite-logo a').removeAttr('href'); }); }(jQuery)); </script>
This should work on any theme from Weebly.
You can view an example here: DEMO (note that this site won't be available for too long)
This will remove the link from the logo on all your pages.
Hope this helped you out!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report