Asap Theme › Documentación › CSS ›
Ícono en listas con viñeta
Para agregar un ícono en las listas con viñeta usaremos CSS.
Es muy sencillo.
Primero debes abrir la opción de CSS Adicional.
Allí agrega este código CSS cambiando URL IMAGEN por la URL del ícono que corresponda.
.the-content ul:not(#index-table) {
padding-left: 0;
margin-left: 1rem !important;
list-style: none;
}
.the-content ul:not(#index-table) li {
padding: 0 0 2px 28px;
background: url('URL IMAGEN') no-repeat;
background-position: 0 8px;
background-size: 16px;
margin-left: 0 !important
}
¿No encontraste una solución? Estamos aquí para ayudarte. Envíanos un mensaje.