Sign Up |

Sharebar shows up in WP-Print output

(3 posts) (3 voices)
  1. computerwiz908 Posted 1 year ago #

    Is there any way to remove the Sharebar from WP-Print output?

  2. Monjurul Dolon Posted 1 year ago #

    If you add the Sharebar code manually to your template files, then yes, you can keep it from showing up in the WP-Print output (I think).

  3. sklundy Posted 1 year ago #

    This is easier than it looks.

    /* this hides the normal sharebar */
    #sharebar {
    display:none;
    }
    /* this hides the 'narrow' sharebar which shows up when normal is hidden */
    #sharebarx {
    display:none;
    }

    Simply add these lines to
    wp-print/print-css.css


Reply

You must log in to post.

© Copyright 2010 DevGrow - Design. Develop. Grow. 20 queries. 0.38 seconds.