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
Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Use same process for other.
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.
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.
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?
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.