• Resolved owcv

    (@owcv)


    I use a special template in my theme for printer friendly output, but I have a problem with the two buttons that contain info and settings. They both have a border that is printed out, even when i noted

    @media print
    {
    .social_share_privacy {display: none;}
    }

    in my print CSS. The strange thing is, that it is only the border of these two buttons that is printed out. I also tried “border: none” for these two elements, but that didn’t help.

    http://wordpress.org/extend/plugins/2-click-socialmedia-buttons/

Viewing 1 replies (of 1 total)
  • Thread Starter owcv

    (@owcv)

    …here is the solution:

    .social_share_privacy li .help_info.icon, .social_share_privacy li.settings_info .settings_info_menu .settings {border-style: none !important;}

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: 2 Click Social Media Buttons] Info/settings-box and print stylesheet’ is closed to new replies.