Jump to content

adding business address/phone to contact us (contact-form.php)


Recommended Posts

I have searched the forums top to bottom, all I want to do is add my company name, address and telephone number to the contact us page. I presume I just need ot edit the tpl file but can any one asvise me how to format the text and where to paste it in the tpl?

Link to comment
Share on other sites

Hi,

 

you need to put some html code inside your contact-form.tpl

 

Here is an example:

 

<p style="margin-left:20px; color:black;font-weight:bold; font-size:18px;">Program:
<ul style="margin-left:20px; color:black;font-weight:bold; font-size:20x;">
 <li>online: non stop</li><br />
 <li>by phone: 09:00 - 19:00 monday to friday; phone numbers: </li>
  <ul>
   <li>Orange: 777.999</li>
   <li>Our address: your street here ___ and your city here</li>
  </ul>
</ul>
</p>

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...