Hide subscribe form on pages Posted in : TheBlogger ateliernovotnyParticipant 28 November 2016 at 16:26 #45698 Hi, can I please hide the footer subscribe form on pages? -Daniel serkanModerator 28 November 2016 at 23:31 #45705 Hi, If you use this custom css code, footer subscribe form only will show in the homepage. .footer-subscribe { display: none; } .home .footer-subscribe { display: block; } Thanks ateliernovotnyParticipant 29 November 2016 at 10:51 #45714 Many thanks for the prompt answer! This hides the form from posts and archives as well. Would it be possible to show the form on posts and archives while disabling it for pages? Or does the one exclude the other? serkanModerator 29 November 2016 at 12:09 #45718 Hi, You can update the code like this; .page .footer-subscribe { display: none; } This code will hide the form in the page but it will be available on posts, archives and homepage. Thanks ateliernovotnyParticipant 29 November 2016 at 15:17 #45725 Absolutely fantastic. Thanks again! serkanModerator 29 November 2016 at 16:04 #45727 You are welcome. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register