Hi. Could You explain how to change symbol at left site Head Action booton

    HI megaserwis

    It's icon set via css rule:

    .head-action .navbar-nav li a:before {
      background-image: url("../images/icon/icon-1.png");
      display: inline-block;
      margin-right: 1.25rem;
      content: "";
      height: 18px;
      width: 26px;
    }

    You can change the icon in this path: root/templates/ja_eventcamp/images/icon/icon-1.png

    Write a Reply...
    You need to Login to view replies.