Archived topic
Doble menú en cache de texto
5 replies · Started by jmpefe78gmail-com on January 20, 2021
Hola, he eliminado el menu sticky pensando que desaparecería el doble menú al ver la web con cache de texto http://webcache.googleusercontent.com/search?q=cache:tuwebdecero.com&strip=1&vwsrc=0
Hay alguna forma de que en código sólo se muestre el único menú y no muestre 2?
Gracias
Hi,
Can you tell us why you want it removed? It shouldn't have any detrimental effects to the site.
This is added when you have "Mobile Header" set to "On" from Appearance > Customize > Layout > Header.
Setting Mobile Header to off should remove the duplicate "Menu" when the google cache saves a new snapshot of the site.
El motivo es porque ahorro a Google el rastreo en cierta manera
He puesto el encabezado movil en desactivado pero al quedar muy grande el Logo he marcado la pestaña "Usa la navegación como encabezado"
¿Esto hará que sólo aparezca un menú?
No entiendo bien que hace esta pestaña y quiero que sólo salga un menú pero que el Logo esté un poco más pequeño
Hi there,
yes, the changes you have made will now only output a single navigation menu.
If you want to make the logo smaller on Mobile you can use this CSS:
@media (max-width: 768px) {
.navigation-branding img {
height: 70px;
}
}
Ok. Gracias David
You're welcome