Forums

Deleting Horizontal Bar When Printing (2 posts)

  1. freshdaddy
    Member
    Posted 4 months ago #

    How to I get rid of the horizontal bar between each class or id I chose to print in my print.css file when printing a post?

  2. esmi
    Member
    Posted 4 months ago #

    Set the border to none? Or if it's an <hr /> tag, try:

    .post hr {display:none;}

Reply

You must log in to post.

About this Topic