CanadaSue Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://www.suemcnenly.com/ Hey there. I used the custom css to create a cover page for my 7.1 site by getting rid of the header/footer. Now my problem is that when you enter the site from the cover page and ever want to navigate back to the true home page (not the cover page) when clicking on Site Title, it brings you back to the Cover page. I only want the cover page to appear when people first go to my site on a unique visit. I'd be grateful for the custom CSS that will make that happen. Thanks! Link to comment
CanadaSue Posted April 23, 2020 Author Share Posted April 23, 2020 Got the answer via another forum. Here it is, if anyone else needs it. Thanks to @tuanphan: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $("#site-title").attr("href", "https://yourwebsitenamehere/home"); }); </script> Link to comment
tuanphan Posted April 23, 2020 Share Posted April 23, 2020 Add to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $("#site-title").attr("href", "https://beaverhero.com"); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.