Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
February 25, 2016 at 9:10 am #890156May i know how to change the title and icons of contact us?
http://screenpresso.com/=2eujepavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 25, 2016 at 9:56 am #890188Hi
That contact top section is hardcoded into php file
open this file /templates/ja_directory/html/com_contact/contact/default_address_top.php
and search for fa icons and text , for example to change the first block call us edit this part
<div> <i class="fa fa-phone"></i> <span class="contact-telephone" itemprop="telephone"> <strong>Call Us</strong><?php echo nl2br($this->contact->telephone); ?> </span> </div>
and change the fa fa-phone with another font awesome icon and text Call u s
So it should change in this way
<div> <i class="fa fa-joomla"></i> <span class="contact-telephone" itemprop="telephone"> <strong>Call joomla</strong><?php echo nl2br($this->contact->telephone); ?> </span> </div>
While the phone number is the one you added into your contact from backend
Best regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by pavit 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum