Cannot hide Floating menu when printing page
-
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-containereven 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]
The topic ‘Cannot hide Floating menu when printing page’ is closed to new replies.