Contact Us Section HTML - Acme Themes

Best Premium and Free WordPress Themes Forums Mercantile Contact Us Section HTML

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13470
    Kurtz
    Participant

    Hi I’ve followed this: https://www.acmethemes.com/supports/topic/contact-us-section/

    But contact section is displayed like plain text even if I put inside rows, images etc

    Example:

    <h2 class="entry-title">Contact Information</h2>                                            
    <div class="contact-page-content">
    <p>Feel free to contact us with any of the below medium:</p>
    <ul>
    <li>
    <h6>Business Hour</h6>
    <p><i class="fa fa-support"></i>Our support Hotline is available 24 Hours a day : (123) 456-7890</p>
    <p><i class="fa fa-clock-o"></i>Monday-Friday : 9am to 6pm, – Saturday : 10am to 2pm</p></li>
    <li>
    <h6>Bulding Address</h6>
    <p><i class="fa fa-map-marker"></i>Address: Elmonte, California</p></li>
    <li>
    <h6>E-mail</h6>
    <p><i class="fa fa-envelope-o"></i>supports[@]acmethemes.com, info[@]acmethemes.com</p></li>
    <li>
    <h6>Cell Phone</h6>
    <p><i class="fa fa-phone"></i>(123) 456-7890</p></li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>

    What I get on AT contact section on home page is:
    Contact Information Feel free to contact us with any of the below medium: Business Hour Our support Hotline is available 24 Hours a day : (123) 456-7890 Monday-Friday : 9am to 6pm, – Saturday : 10am to 2pm Bulding Address Address: Elmonte, California E-mail supports[@]acmethemes.com, info[@]acmethemes.com Cell Phone (123) 456-7890

    • This topic was modified 7 years, 2 months ago by Kurtz.
    #13472
    acmethemes
    Keymaster

    Please add the below html codes to make the contact section like our demos.

    Feel free to contact us with any of the below medium:
    <ul>
     	<li>
    <h6>Business Hour</h6>
    <i class="fa fa-support"></i>Our support Hotline is available 24 Hours a day : (123) 456-7890
    
    <i class="fa fa-clock-o"></i>Monday-Friday : 9am to 6pm, - Saturday : 10am to 2pm</li>
     	<li>
    <h6>Bulding Address</h6>
    <i class="fa fa-map-marker"></i>Address: Elmonte, California</li>
     	<li>
    <h6>E-mail</h6>
    <i class="fa fa-envelope-o"></i>supports[@]acmethemes.com, info[@]acmethemes.com</li>
     	<li>
    <h6>Cell Phone</h6>
    <i class="fa fa-phone"></i>(123) 456-7890</li>
    </ul>

    Better you put this above codes on Excerpt field of that page.

    Hope, this will help you.

    Regards

    #13473
    Kurtz
    Participant

    That solved my problem.

    Thank you

    #13500
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    Thank You

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Us Section HTML’ is closed to new replies.