Blurred text on capture form

Discussion in 'Infoway WordPress Theme' started by marmoset, Sep 20, 2013.

  1. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    You have for some reason assigned a drop shadow of some kind to the heading text on the lead capture form.
    This looks ugly - you should remove it from your next update.

    How do we remove this drop shadow/extra text please?

    thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signupForm h2 {
    text-shadow: none;}
    
     

Share This Page