User Panel DB

  • You have to use the unicode:

    Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben ihn zu sehen.

    CSS
    #userMenu > a::before {content: "\f2bc" !important;}

    when you use CSS. In templates it has to be the class-name:

    Code
    <i class="fa fa-address-card-o" aria-hidden="true"></i>
  • You have to use the unicode:

    Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben ihn zu sehen.

    CSS
    #userMenu > a::before {content: "\f2bc" !important;}

    when you use CSS. In templates it has to be the class-name:

    Code
    <i class="fa fa-address-card-o" aria-hidden="true"></i>

    I don't get it, which template are we talking about?

  • None template. It was just an explanation why:

    {content: "address-card-o" !important;}

    does not work.

    CSS = Unicode

    Template = Classname

    if you want to add / modify icons.