Hide subscribe form on pages

  • Posted in : TheBlogger
  • ateliernovotny
    Participant

    Hi,
    can I please hide the footer subscribe form on pages?
    -Daniel

    serkan
    Moderator

    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

    ateliernovotny
    Participant

    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?

    serkan
    Moderator

    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

    ateliernovotny
    Participant

    Absolutely fantastic. Thanks again!

    serkan
    Moderator

    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
Login and Registration Log in · Register