Adam_Moon_Roq Posted August 6, 2020 Share Posted August 6, 2020 Site URL: https://www.moonroq.club/mailer thanks in advance 🙂 Link to comment
derricksrandomviews Posted August 6, 2020 Share Posted August 6, 2020 add to page code injection header on the page you want to hide the footer. <style> .footer { display: none !important; } </style> Link to comment
Adam_Moon_Roq Posted August 6, 2020 Author Share Posted August 6, 2020 1 minute ago, derricksrandomviews said: add to page code injection header on the page you want to hide the footer. <style> .footer { display: none !important; } </style>  thank you, but I don't have that feature. Is it possible to achieve the same using custom CSS? Link to comment
derricksrandomviews Posted August 6, 2020 Share Posted August 6, 2020 (edited) It you have a business plan for custom css you have this feature as well. The code can't be added in custom css or it will hide all footers not just on one page. Edited August 6, 2020 by derricksrandomviews Link to comment
Adam_Moon_Roq Posted August 6, 2020 Author Share Posted August 6, 2020 I have the personal plan which allows Custom CSS but not code injection unfortunately  Link to comment
tuanphan Posted August 6, 2020 Share Posted August 6, 2020 1 hour ago, Adam_Moon_Roq said: I have the personal plan which allows Custom CSS but not code injection unfortunately  If you use Personal Plan > Edit page where you want to hide Footer > Insert Code Block > Paste this code <style> /* remove footer */ footer.sections {display: none;} </style>  derricksrandomviews and sayreambrosio 2 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
Adam_Moon_Roq Posted August 6, 2020 Author Share Posted August 6, 2020 56 minutes ago, tuanphan said: If you use Personal Plan > Edit page where you want to hide Footer > Insert Code Block > Paste this code <style> /* remove footer */ footer.sections {display: none;} </style> Â that's great! thanks so much! Link to comment
JackItaly Posted December 27, 2021 Share Posted December 27, 2021 On 8/6/2020 at 1:38 PM, derricksrandomviews said: It you have a business plan for custom css you have this feature as well. The code can't be added in custom css or it will hide all footers not just on one page. Hello! I have a business plan and added code to the footer thinking it would hide it only on one page... It hid everywhere and I can't find it anywhere not even in advanced features! Anyone would know how to help me to see it and delete the code? Thank you for any help! Link to comment
creedon Posted December 27, 2021 Share Posted December 27, 2021 44 minutes ago, JackItaly said: Anyone would know how to help me to see it and delete the code? Please see the following. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
JackItaly Posted December 27, 2021 Share Posted December 27, 2021 14 hours ago, creedon said: Please see the following. Let us know how it goes. Thank you fir the answer creedon! unluckly it did not work 😞 the code i previously added on the footer in one of pages was:  <style>   /* remove footer */   footer.sections {display: none;} </style> Link to comment
creedon Posted December 27, 2021 Share Posted December 27, 2021 @JackItaly Ah. Try your code in the place I suggested and change none to unset. If that doesn't work please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
JackItaly Posted December 27, 2021 Share Posted December 27, 2021 11 minutes ago, creedon said: @JackItaly Ah. Try your code in the place I suggested and change none to unset. If that doesn't work please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. The unset on wrong code thing didn't work so i played around and the code that ultimately worked on injection>footer was: <style> /* Footer */ Footer.sections {display:unset !important;} </style> thank you for your quick answers and explanations!  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