YogaWithRo Posted January 25, 2023 Share Posted January 25, 2023 Hi! I am working with a colleague to create a ecourse. We both own our own individual Squarespace websites. Is it possible to have a joint landing page that is accessible from both of our website so we have one place to direct our clients to? The course will be housed on Thinkific or Ruzuku. Any ideas or thoughts would be massively appreciated! Thanks. Link to comment
derricksrandomviews Posted January 25, 2023 Share Posted January 25, 2023 Sure, just ceate an identical landing page on each site with a button link to the course server domain and a button to enter your indvidual site. If you are using 7.0 you can access the lanidng page templates, choose one and then make it your home page. If using 7.1 you can create a page, use code to strip the header and footer off and add your buttons. Add this code to the page injecton for the page you make in 7.1 7.1 <style> .header, #footer-sections { display:none !important; } </style> If you want to create your own 7.0 landing page instead of using one of the landing page templates (there should be one you like!) then use this code in the page code injection: 7.0 <style> .Header, .Footer, .Mobile-bar { display:none !important; } </style> Link to comment
YogaWithRo Posted February 8, 2023 Author Share Posted February 8, 2023 Thank you! derricksrandomviews 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment