Shape 5

Joomla Templates => Business Pro - Club => : hmercado03 August 20, 2013, 03:11:44 AM



: State.png
: hmercado03 August 20, 2013, 03:11:44 AM
Can i ask how did you put the sate.png. I already check the module position  "contact us today" publish in the left position but i cant find the settings of the "state.png"


: Re: State.png
: mikek August 20, 2013, 07:21:55 AM
Hello,

It's just a background image of the class "contact_module" in a custom html module:

<div class="contact_module">

   <div class="contact_section">
      <span>Our Address:</span>

      6399 Wells Road

      Bigtown, CO, 12345

      Phone: 800-123-4567
   </div>
   
   <div class="contact_section" style="margin-top:6px">
      <span>Hours of Operation:</span>

      Monday. to Friday. 9am to 5pm

      Weekends 9am to 12am Only

      Special Appointment Are Available
   </div>
   
</div>


: Re: State.png
: hmercado03 August 21, 2013, 04:43:40 AM
Is this kind of settings also will work to the to the template traction? can i ask how to set the background image in the contact _module?


: Re: State.png
: mikek August 21, 2013, 07:36:50 AM
Hello,

No, that's css specific to this template.