Title and tag not showing up and 2 home tabs

Discussion in 'Infoway WordPress Theme' started by eventors, Jan 16, 2013.

  1. eventors

    eventors New Member

    Joined:
    Dec 28, 2011
    Messages:
    10
    Likes Received:
    0
    Just uploaded Infoway:

    1)How do I remove message box from lead capture box? I want to make box smaller

    (other questions answered)

    Thanks, Jeff
     
  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:
    .signupForm .signinForm #comments {
    display: none;
    }
     

Share This Page