• Resolved salladex

    (@salladex)


    I’m trying to hide the Floating language selector when printing the pages. But with no success. I used these command below to hide multiple divs and classes from the page, but I cannot hide the Floating Menu.

    @media print {
    .trp-with-flags {
    display: none;
    }

    none of these worked:
    trp-with-flags
    trp-floater-ls-current-language
    trp-floater-ls
    trp-language-switcher-container

    even though setting DISPLAY: NONE on the DevTools of any browser WILL hide the Floating Menu. But when trying to print the page there it is.

    Any help ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot hide Floating menu when printing page’ is closed to new replies.