Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cbc575 Friend
    #730566

    Hi there,

    It appears that somewhere in the template process the Print / Share / PDF icons are replaced by awesome font. I rather have the full color icons. Could you please tell me where I could reverse that change…?

    Thank you.

    jooservices Friend
    #747763

    Hi there
    Please provide which link on your site have those icons ?

    Thank you,
    Viet Vu

    cbc575 Friend
    #747767

    @jooservices, please stop wasting my time, you didn’t even look at the full post, otherwise you will see the URL.

    jooservices Friend
    #747770

    Hi there
    Your provided URL

    http://www.zzunn.com/index.php/asset-inventory/industrial-equipment/manufacturing/view/productdetail

    But your site redirect me to

    http://www.zzunn.com/index.php/asset-inventory/industrial-equipment/manufacturing/view/virtuemart

    and there is no icons as your screenshot

    https://www.dropbox.com/s/34ypf6j7skukl2m/2015-09-08_8-42-02.png?dl=0

    I have tried alt way by click on some product link. For sample

    http://www.zzunn.com/index.php/asset-inventory/industrial-equipment/manufacturing/view/productdetails/virtuemart_product_id/1260/virtuemart_category_id/17

    As you can see in screenshot, it’s font icon

    https://www.dropbox.com/s/4wlphpudekxzuew/2015-09-08_8-44-16.png?dl=0

    You can remove it by follow this screenshot

    https://www.dropbox.com/s/5w4j2ayig704yx6/2015-09-08_8-44-46.png?dl=0

    – Remove content property

    .com_virtuemart .icons a.pdf_icon:after {
    content: "f1c1";
    }

    Same for another

    .com_virtuemart .icons a.printModal:after {
    content: "f02f";
    }

    .com_virtuemart .icons a.recommened-to-friend:after {
    content: "f003";
    }

    By

    .com_virtuemart .icons a.pdf_icon:after {
    content: "";
    }

    .com_virtuemart .icons a.printModal:after {
    content: "";
    }

    .com_virtuemart .icons a.recommened-to-friend:after {
    content: "";
    }

    and display image icon

    .com_virtuemart .icons a img {
    display: block;
    }

    Apply it into custom.css

    http://www.t3-framework.org/documentation/customization.html

    You are using JA Techzone than it should be

    http://www.zzunn.com/templates/ja_techzone/css/custom.css

    Than clear all your browser & web cache before checking.

    You can also check about css content attributes

    http://www.w3schools.com/cssref/pr_gen_content.asp

    Thank you,
    Viet Vu

    cbc575 Friend
    #747774

    @jooservices, Thank you, you made it work.

    Regards,

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

This topic contains 5 replies, has 2 voices, and was last updated by  cbc575 9 years, 2 months ago.

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