translate lead form

Discussion in 'Local Business WordPress Theme' started by stefan, Oct 31, 2012.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi,

    I am using the local business theme and want to translate the
    lead form capture settings like: your name..your e-mail.. and so on..

    How do I change these?
    It's not in the po file.

    thanks,
    Stefan

     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below
    [​IMG]

    Use same process for other.
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Thanks Gourav!

    Any idea how I can change the color of the leadform, the menu and the header?
    Is there a way to change the main blue color?

    For example like changing it to this one? http://seofirmtampa.net/

    thanks.
     
  4. 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:
    .header{
    background-image:none;
    background:#fff!important;
    border: solid 3px #86BC54;
    }
    .call-us a{
    color:#000;
    }
    .call-us {
    color:#000;
    }
     
    .signup .signupleft .signupinfo h1 {
    font-size: 28px;
    font-weight: normal;
     
    }
    .signup {
    background: #1B527A!important;
    }
     
     
    .menu_bar{
    background:#fff;
    border-top: 8px solid #86BC54;
    border-bottom: 8px solid #86BC54;
    }
    #menu .ddsmoothmenu li a {
    background: none!important;
    }
     
    .feature_infobox {
    padding-left: 15px;
    }
     
    .signup .signupleft .signupinfo h1 {
    text-shadow: none!important;
    font-family: helvetica!important;
    }
    #menu .ddsmoothmenu li a {
    color: black!important;
    text-shadow:none;
    }
    #menu .ddsmoothmenu li{
    background:none;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    color:#86BC54!important;
    }
    .signup{
    border:6px solid #86BC54;
    }

    This will solve your issue.
     
  5. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Thanks Gourav,

    I use the local business theme on different websites. When I receive a notice from
    a lead, all those emails look the same.
    It there a way I can add the sitename to the message: "Message Received from a New Lead"
    so I know where it came from?
     
  6. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Gourav,

    Any idea on this one above?
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page