Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 18, 2016 at 9:59 pm #901947Hi
It is a font-awesome icon and it is stored into template.css file
.head-right-item.head-links .nav > li > a:after { content: "\f178"; font-family: FontAwesome; margin-left: 10px; }
To override it you can add this to the custom.css file
.head-right-item.head-links .nav > li > a:after { content: "\f073"!important; font-family: FontAwesome; margin-left: 10px; }
f073 is the unicode for the calendar icon on font-awesome
Best regards
-
1 user says Thank You to pavit for this useful post
March 19, 2016 at 3:20 pm #902133Thanks for the quick reply. Works like a charm.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by baud 8 years, 8 months ago.
The topic ‘Get started (Head Links) icon’ is closed to new replies.