Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #901947

    Hi

    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. Screenshot_26-1
    baud Friend
    #902133

    Thanks for the quick reply. Works like a charm.

Viewing 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.