Hello, Where do I set up the field descriptions? In trial version was there but in English. I need to customise this info. thanks
Hello, For this go to the Dashboard > Editor > localbusiness-leads-form.php and edit placeholder from there. Check image for reference. Thanks & Regards Nitesh Raghuwanshi
Thanks a lot I did that. However it is strange that in Internet Explorer these descriptions does not appear. I can see then in Chrome. I have IE9
I am also having problems getting the descriptions to appear (Avant Browser) not a popular browser, but looks like this can be an issue in browsers? Is there a fix?
Hello, We have checked these placeholders in IE version 8, 9, 10 and 11. But not found any problem. Please check your site in another systems and also share it to us. So that we can also check it. Hello, I have also checked theme with "Avant browser" but not found this issue. Please check link given below for reference. Thanks & Regards Nitesh Raghuwanshi
I have tried viewing the theme on several sources, one was on a cell phone and it seems that many browsers do not show the text "Your Name" "Your E-mail" "Contact Number" or "Write your message here" Is there a way to just have the text permanent as text on the outside of the box?
Hello, For this download "localbusiness-leads-form.php" file attached and replace it with your existing file "localbusiness > function > localbusiness-leads-form.php" After this Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #msg { color:white; position: absolute; top: -20px; right: 211px; } @media only screen and (min-width: 767px) and (max-width: 960px){ #msg { color:white; position: absolute; top: -20px; right: 140px; } } @media only screen and (max-width: 767px) and (min-width: 480px){ #msg { color:white; position: absolute; top: -20px; right: 180px; } } @media only screen and (max-width: 480px){ #msg { color:white; position: absolute; top: 182px; right: 204px; }} Thanks & Regards Nitesh Raghuwanshi