GregR Posted May 1 Share Posted May 1 Hi, I'm trying to make this page my cover page or landing page, when someone first types in my site address. While still taking you to the home page. Here is a link to the current page that I'm hoping to turn into a cover, while still keeping a home page once you click in through code. www.gregoryreidphoto.com/overviewhome Thank you! Greg Link to comment
tuanphan Posted May 3 Share Posted May 3 You mean * When users type domain on browser address bar >> it will open this page: https://www.gregoryreidphoto.com/overviewhome * When users click on Logo on Header >> It still open this page? https://www.gregoryreidphoto.com/ ? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
GregR Posted May 6 Author Share Posted May 6 @tuanphan Correct! Or when they click the "enter" button on the https://www.gregoryreidphoto.com/overviewhome Link to comment
tuanphan Posted May 9 Share Posted May 9 On 5/7/2024 at 12:48 AM, GregR said: @tuanphan Correct! Or when they click the "enter" button on the https://www.gregoryreidphoto.com/overviewhome You can set Overview page as homepage, then use this code to Website > Website Tools > Code Injection > Footer to change logo link. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.site-branding a').attr('href','/'); }) </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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