Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vernontee Friend
    #890156

    May i know how to change the title and icons of contact us?
    http://screenpresso.com/=2euje

    pavit Moderator
    #890188

    Hi

    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


    1. Screenshot_27-1
Viewing 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