Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jewellman Friend
    #945065

    I have created new icons to replace the box icons on the modules located in position 1,2 and 3 (I’ll attach an image of the icons), but I can not seem to find the file locations for the icons in my FTP. Instead of editing lines of code, usually I just replace the images in my ftp so the code remains the same but no matter where I look I cant find these Icons for anything, anyone have any insight into where they might be?


    1. Untitled-2-1
    pavit Moderator
    #945082

    Hi there

    They are font-awesome icons Take a look at the specific docuentation HERE
    You can change them choosing new icons from font-awesome
    For example module in position-2 has as icon the fa fa-clock-o to replace it with a Joomla icon you can edit module and add fa fa-joomla

    Take also a look HERE

    Regards

    jewellman Friend
    #945090

    so is there no way to add my own personal custom icons?

    thanks for the help!

    pavit Moderator
    #945098

    Hi

    You can apply a css trick to change font-awesome icons with your own icons

    example Let’s say you want to replace the fa-clock with your own icon

    Open this file templates/ja_medicare/css/template.css and find

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

    Change it to

    .t3-module.box-icon-clock:before {
    content: "path for your own icon";
    }
    

    Hope it helps

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

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

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