Lead Capture Form Not Working

Discussion in 'Blackriders WordPress Theme' started by ronaldsinai, Nov 6, 2014.

  1. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    I have several issues:

    - When I try to test out my lead capture form, the information is not being sent to my email, nor does it seem to be registering at all when i press the submit button.

    - How can I change my theme's font to Arial?

    - How can I change the font size of the "Feature Heading" in the the "Homepage Feature Area"

    - My links are not showing up as highlighted - how do i make sure that linked-content is highlighted?

    HERE's A LINK to my website: http://www.casecashadvance.com/
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Download a fresh copy of latest theme from members area and upload it to your website.
    That will resolve your issue.

    2. Following link will help you to use another font(Arial).
    http://www.inkthemes.com/community/threads/new-font-throughout-whole-site.13734/

    3. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_info h1 {
    font-size: 24px;
    }
    Change font size in above code as your requirement.

    4. You can add any highlighted css code in Anchor tag.

    Thanks & Regards
    Yogesh Bhade
     
  3. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    1) My theme is already installed and no new updates are available... what does the the lead capture form have to do with downloading an additioanl theme? I already have black riders...

    2) thank you! issue resolved

    3) this worked, but im talking about something else. I was asking to change the font on the Titles below the 4 circles.
    No Credit Checks
    |
    If You Lose, You Don't Pay!
    |
    No Paperwork
    |
    Cash in 24 Hours
    ..... check link here: http://www.casecashadvance.com/

    4) im not taling about highlighting.. im asking for the text to be colored blue if a link is embedded inside of it
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. We have checked and email is sending from our theme via Lead Capture Form. This issue may be from server side so please try to contact them for this issue.

    3. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box a {
    font-size: 16px;
    }
    Change font size in above code as your requirement.

    4. You can change blue color of any link to add following code in your Custom CSS.
    Code:
    a {
    color: blue !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page