Tagged: enfold, print version
Hi guys,
I’m trying to adapt enfold page in print version (for recipe template).
Everything is working fine but the socket background is expanding and can’t find how to hide it or stop expanding.
See on the link below, the socket has been hidden but the blue background is still displayed and even worst, it’s expanding till the end of the printed page.
Do you have any idea how I can hide that blue background?
what i’ve tryied:
@media print {
footer#socket.container_wrap.socket_color {
display:none!important;
}}
also with:
footer#socket, footer#socket *
.socket_color, .socket_color *
Thanks in advance,
Eldrico
Hi eldrico!
Please try using following code
@media print {
html {
background-color: white;
}}
Cheers!
Yigit
Thanks so much Yigit!!!
So efficient as you are all the time!!
That works perfectly, i’ve even changed white into transparent.
Thanks again,
Eldrico