-
AuthorPosts
-
Tirataka Vanitsant Friend
Tirataka Vanitsant
- Join date:
- April 2015
- Posts:
- 12
- Downloads:
- 104
- Uploads:
- 7
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
October 31, 2014 at 10:33 am #202321How to change the icons section-menu
– (Icon) home
– (Icon) news
– …
– (Icon) Event
http://static.joomlart.com/images/userguide/ja_templates/ja_magz/section-menu.jpg
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2014 at 12:14 pm #553776HI you can change it via mega menu options .
Go to template manager >>ja_magz default>>mega menu >>select section menu >>> click on home .
you can see the icon name there . >>>http://prntscr.com/51knnn
Replace it with your icon as you want . We are using font-awesome icon pack.1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2014 at 12:15 pm #553775HI you can change it via mega menu options .
Go to template manager >>ja_magz default>>mega menu >>select section menu >>> click on home .
you can see the icon name there . >>>http://prntscr.com/51knnn
Replace it with your icon as you want . We are using font-awesome icon pack.1 user says Thank You to Pankaj Sharma for this useful post
Tirataka Vanitsant FriendTirataka Vanitsant
- Join date:
- April 2015
- Posts:
- 12
- Downloads:
- 104
- Uploads:
- 7
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
November 3, 2014 at 4:03 am #553878thank 🙂 🙂 :laugh:
The icon changes color?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 3, 2014 at 4:13 pm #553978You need to add color css style for it .
All the icons css are coming from
/*===============================
/templates/ja_magz/fonts/font-awesome/css/font-awesome.min.css
================================================================================*/
For example
icon-fighter-jet
you can find it in above file
.icon-fighter-jet:before {
content: "f0fb";
}to change its color replace it with
icon-fighter-jet:before {
content: "f0fb";
}Hope it helps
1 user says Thank You to Pankaj Sharma for this useful post
April 2, 2015 at 7:50 am #565448when copy name for icon and paste on mega menu item it not works .
can you please explain mor about how to add them from th url that you give before ??
thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 2, 2015 at 7:53 am #565449April 2, 2015 at 7:59 am #565453<em>@pankajsharma 466611 wrote:</em><blockquote>Please check the solution given in this post
Icon are used from Font-awesome here</blockquote>
can you see this video :
https://www.youtube.com/watch?v=V5XtL8Q2jMU&feature=youtu.bethanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 2, 2015 at 9:12 am #565462Hi
The current icon pack you want to use is 4.3 that does not support on your site due to older version .
so it will not show the latest icons pack .Tirataka Vanitsant FriendTirataka Vanitsant
- Join date:
- April 2015
- Posts:
- 12
- Downloads:
- 104
- Uploads:
- 7
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
April 4, 2015 at 10:40 am #565730Thankyou very much.
April 4, 2015 at 10:47 am #565733<em>@pankajsharma 466627 wrote:</em><blockquote>Hi
The current icon pack you want to use is 4.3 that does not support on your site due to older version .
so it will not show the latest icons pack .</blockquote>can i add my icons ?
from my pc !thank you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 4, 2015 at 4:26 pm #565755Hello
Using the icon directly from local system in Mega menu options take heavy custom work .
You can do it in this way . take a look in this post
Suppose you added a icon in mega menu that is
icon-fighter-jet
its defined in the
/templates/ja_magz/fonts/font-awesome/css/font-awesome.min.css
.icon-fighter-jet:before {
content: "f0fb";
}
you can change it into
.icon-fighter-jet:before {
content: url(../images/logo-new.png)
}
url(../images/logo-new.png) change the path with your icon path .
1 user says Thank You to Pankaj Sharma for this useful post
April 4, 2015 at 5:26 pm #565761<em>@pankajsharma 467013 wrote:</em><blockquote>Hello
Using the icon directly from local system in Mega menu options take heavy custom work .
You can do it in this way . take a look in this post
Suppose you added a icon in mega menu that is
icon-fighter-jet
its defined in the
/templates/ja_magz/fonts/font-awesome/css/font-awesome.min.css
.icon-fighter-jet:before {
content: "f0fb";
}
you can change it into
.icon-fighter-jet:before {
content: url(../images/logo-new.png)
}
url(../images/logo-new.png) change the path with your icon path .</blockquote>
thank you very much :):):):):)
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by sofian 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change the icons section-menu
Viewing 13 posts - 1 through 13 (of 13 total)