test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rvega Friend
    #158607

    There is no fax icon in Contact informations.

    I’ve tried to duplicate the phone icon here :

    /templates/ja_community_plus/images/icon-phone.png

    and rename it

    /templates/ja_community_plus/images/icon-fax.png

    but nothing appears.

    Many thanks

    aman204 Friend
    #371367

    Add this at end of template.css file ::

    .jcontact-fax .jicons-icons {background-image: url(“../images/icon-fax.png”);}

    Thereon, You can upload image named icon.fax.png to relative directory above

    rvega Friend
    #375208

    Thank you for the answer. It works !
    What should I change and in which file to have the same style for the fax as for the telephone number (line break and green color for the fax number)

    steinar Friend
    #375233

    <div class=”jcontact-phone”>
    <span class=”jicons-icons” >
    Téléphone: </span>
    <span class=”jcontact-telephone”>
    +41 21 601 46 94 </span>
    </div>
    <div class=”jcontact-fax”>
    <span class=”jicons-icons” >
    Fax: </span>
    <span class=”jcontact-fax”>
    +41 21 601 48 09 </span>
    </div>

    You may change the line immediately followed by the télécopieur number
    from <span class=”jcontact-fax”>
    to <span class=”jcontact-telephone”>

    This will take care of the line break as well as the colour.

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

This topic contains 4 replies, has 3 voices, and was last updated by  steinar 13 years, 11 months ago.

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