Text are blurred on pages when printing

Discussion in 'Themia WordPress Theme' started by madsweiss, Apr 19, 2013.

  1. madsweiss

    madsweiss New Member

    Joined:
    Apr 8, 2013
    Messages:
    15
    Likes Received:
    0
    Hi Guys

    I've seem to have a problem when printing the different pages on my themia theme. The text gets blurred and difficult to read.

    How to rectify this troubling matter?

    Best regards

    Mads Weiss
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p {
    text-shadow: none;
    }
    This will solve your issue.
     

Share This Page