Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • blackeaglece Friend
    #726190

    Hello, how can I do for to change a ico in position-1 or 2 or 3 (box-icon-heart…)?
    Thank you

    Ninja Lead Moderator
    #754785

    Hi,

    If your site uses quickstart package of JA Medicare template from our download page. You can find these modules with module id: 105, 106, 107 and the configuration to show icon on module here

    and css styles with: box-icon-heart, box-icon-clock, box-icon-note icons from templates/ja_medicare/local/css/template.css file

    .t3-module.box-icon-heart:before {
    content: "f004";
    }

    .t3-module.box-icon-clock:before {
    content: "f017";
    }

    .t3-module.box-icon-note:before {
    content: "f0f8";
    }

    You can change content to other content for font-awesome

    Let me know if it helps

    Regards

    blackeaglece Friend
    #754808

    <em>@Ninja Lead 502785 wrote:</em><blockquote>Hi,

    If your site uses quickstart package of JA Medicare template from our download page. You can find these modules with module id: 105, 106, 107 and the configuration to show icon on module here

    and css styles with: box-icon-heart, box-icon-clock, box-icon-note icons from templates/ja_medicare/local/css/template.css file

    .t3-module.box-icon-heart:before {
    content: "f004";
    }

    .t3-module.box-icon-clock:before {
    content: "f017";
    }

    .t3-module.box-icon-note:before {
    content: "f0f8";
    }

    You can change content to other content for font-awesome

    Let me know if it helps

    Regards</blockquote>

    Hello, yes, He helped me a lot.
    Thank you very much

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

This topic contains 3 replies, has 2 voices, and was last updated by  blackeaglece 8 years, 5 months ago.

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