-
AuthorPosts
-
June 28, 2016 at 7:16 pm #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?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 28, 2016 at 7:34 pm #945082Hi 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-joomlaTake also a look HERE
Regards
June 28, 2016 at 7:46 pm #945090so is there no way to add my own personal custom icons?
thanks for the help!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 28, 2016 at 8:17 pm #945098Hi
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
AuthorPostsViewing 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
Need help locating the box icon
Viewing 4 posts - 1 through 4 (of 4 total)