como puedo introducir mas iconos en la plantilla gracias
Hey Ronald Tomas Cusido Bajaña,
Thanks for contacting us!
You can download icon fonts in http://fontello.com/
Then add it via Iconfont Manager, here’s our documentation for more information: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Hope it helps.
Best regards,
Nikko
Hi pontsoft,
Go to Appearance > Menus, select Main Menu and click Select button and click on the Delete Menu link at the bottom.
Best regards,
Nikko
necesito borrar esto en el movil sale esta tres rayitas y el espacio del logo no se si hay alguna forma de forrar el menu principal y el logo
https://drive.google.com/open?id=17ekGCg5PNfACeCHsRZf-O6WoLukxAdbw
gracias
Hi pontsoft,
You can remove that via CSS.
Add this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:959px) {
#top #header {
display: none !important;
}
}
Hope this helps.
Best regards,
Nikko