Comments 1tim-nieuwpoort started the conversationFebruary 24, 2018 at 11:16amHi,I'd like to show the header sign-up form only on the homepage.https://screencast.com/t/Al4WVgZXggNow, it appears everywhere (on every page). Is it possible to adjust this?Thank you.Kind regards,Tim 2,700PenciDesign repliedFebruary 25, 2018 at 10:19amHi,To do that, please add more this code to Customize > Custom CSS: .penci-header-signup-form{ display: none; } body.home .penci-header-signup-form{ display: block; }Best Regards,PenciDesign 1tim-nieuwpoort repliedFebruary 25, 2018 at 10:25amThanks! Sign in to reply ...
Hi,
I'd like to show the header sign-up form only on the homepage.
https://screencast.com/t/Al4WVgZXgg
Now, it appears everywhere (on every page). Is it possible to adjust this?
Thank you.
Kind regards,
Tim
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Thanks!