Post page and Lead Capture form help.

Discussion in 'Infoway WordPress Theme' started by noralynette, Dec 18, 2013.

  1. noralynette

    noralynette New Member

    Joined:
    Nov 21, 2013
    Messages:
    4
    Likes Received:
    0
    How do I change the color of the Lead capture form heading?
    How do I take the title, website and posted in off of the post page ?
    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signupForm .heading {
    color: red;
    text-shadow: 0 1px 0 red;
    }
    In place of "red" you can put your color or color code.

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-bar .post.single .post_title {
    display: none;
    }
    .content-bar .post.single .post_meta .post_category {
    display: none;
    }
    This will remove the title and posted in from the post page.
    Could you please specify about the website that you want to remove from the post page.
     

Share This Page