[Support request] Not printing footer widgets

Home Forums Support [Support request] Not printing footer widgets

Home Forums Support Not printing footer widgets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #265319
    Lars

    I don’t want printing of the footer-widgets.
    I found this in the forum, but it did not worked for the footer widgets.

    https://generatepress.com/forums/topic/print-stylesheet/

    The post is old, is something changed?

    LE

    #265460
    Tom
    Lead Developer
    Lead Developer

    This should work:

    @media print {
        .footer-widgets {
            display: none;
        }
    }
    #265675
    Lars

    No it doesn’t function, the footer-widgets is also printed.

    LE

    #265682
    Tom
    Lead Developer
    Lead Developer

    Can you link me to the page?

    #265687
    Lars

    Then printing a post I get a white meny line over every page and the footer widgets is also printed.
    How do I stop the menu and widgets from printing?

    http://www.fotografihistoria.se/alfta/agnes-andersson/

    #265828
    Tom
    Lead Developer
    Lead Developer

    I’m not seeing footer widgets on that page at all?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.