Ticket #9434

  30/01/2019 - 16:15:38

Resolvido

inserir seta no MENU

29/01/2019 - 23:32:19
Ola Matheus, como faço para inserir essa "setinha" pra baixo no MENU da loja?

<i class="fa fa-angle-down"></i>

Print anexo.
30/01/2019 - 10:23:55

Bom dia, tudo bem?
Insira o código abaixo em Editar CSS > Estilos:

li#c_luna-system > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}
li#c_dermacosmeticos > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}
li#c_produtos-para-cabelo-luna > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}
li#c_finalizadores > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}
li#c_relaxamento > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}
li#c_tratamento > .dropdown-toggle > h4:after {
    content: "\f107";
    color: #fff !important;
    font-family: FontAwesome;
    padding-left: 5px
}

  Matheus Guedes
30/01/2019 - 16:15:26
show de bola!

Obrigado Matheus!