Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #546385

    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

    #546394

    Hi eldrico!

    Please try using following code

    @media print {
    html {
        background-color: white;
    }}

    Cheers!
    Yigit

    #546399

    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

    #546411

    Hi!

    You are welcome, we are always happy to help :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide or change color of socket background in print version’ is closed to new replies.