Lead Capture

Discussion in 'Infoway WordPress Theme' started by itzcandy, May 15, 2015.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    1. Kindly apply and the below CSS code in:

    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
      .sidebar{
      padding-left: 57px;
      }
      .inkleadsform .signinForm ul.inkleadsul li.inkleadsbutton input[type="submit"]{
      width: 201px;
      } 
      .inkleadsform .signinForm ul.inkleadsul li.inkleadsbutton input[type="submit"]:hover{
        width: 203px;
      }
    2. To change the color of lead capture form use the below CSS, kindly use your own color code:

    Code:
    .inkleadsform ul.inkleadsul{
        background: red;
      }
      .inkleadsform ul.inkleadsul li h2.heading {
      background: rgb(139, 47, 47) !important;
      }
      .inkleadsform .signinForm ul.inkleadsul li.inkleadsbutton input[type="submit"]{
      background: none;
      border: 3px solid rgb(171, 126, 126);
      }
      .inkleadsform .signinForm ul.inkleadsul li.inkleadsbutton input[type="submit"]:hover{
      background: none;
      }
    Hope it will solve your issue.

    Let me know for further doubts.
     
  3. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    how do i make the lead capture form on internal pages wider? it is centered fine, just small especially when trying to read the captcha. the captcha is very difficult to read. here is the site: http://classifiedamerica.com . also on the lead capture backend, when looking at leads captured and trying to clear out the junk mail, the bottom left blue button to delete all disappears as well as the red "x" beside each email saved. thank you;-)
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    We have got your concern, please send us your WordPress dashboard admin login details at [email protected]. so that, we can have a look over the issues in detail and will try to resolve them ASAP.

    Your website Login link:
    WordPress username:
    WordPress password:

    Note: Once your issue get resolved, you can change your password.
     

Share This Page