Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • wpajak Friend
    #648026

    Hi,

    I wonder how to change or hide icons in contact page. Unfortunately there is icon-print assigned to phone field and icon-phone assigned to Fax. Also There is an icon-mobile-phone assigned to Fax text label.

    This can be seen on JA Biz demo site as well.

    Best regards,
    Wojciech

    Pankaj Sharma Moderator
    #648106

    Hi
    You can change it .
    Go to templatesja_bizhtmlcom_contactcontactdefault_address.php
    Find this code :


    <div class="contact-telephone">
    <i class="icon-print"> </i>
    <?php echo nl2br($this->contact->telephone); ?>
    </div>

    and change the icon–print with
    <i class="icon-phone"> </i>
    hope it help.

    Pankaj Sharma Moderator
    #744353

    Hi
    You can change it .
    Go to templatesja_bizhtmlcom_contactcontactdefault_address.php
    Find this code :


    <div class="contact-telephone">
    <i class="icon-print"> </i>
    <?php echo nl2br($this->contact->telephone); ?>
    </div>

    and change the icon–print with
    <i class="icon-phone"> </i>
    hope it help.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum