Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244566
    Bastien Chilloux
    Participant

    Hi,

    How can I hide the newsletter footer on the homepage and pages, so that I just have it on the blog page and every posts ?

    Thank you !

    #244579
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.blog):not(.single-post) #footer-newsletter {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244601
    Bastien Chilloux
    Participant

    Perfect !
    Thank you !

    #244603
    Bastien Chilloux
    Participant

    Thank you for your support !

    #244712
    Skandha
    Participant

    @bastienchill: Hello Bastien, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/bold-photography/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated.Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide newsletter footer on homepage and pages’ is closed to new replies.