Pregunta

as seen in the image below, my Magento site displays an IMG tag before the IMG tag meant for displaying logo on the homepage. Please tell me how to eliminate the first unwanted IMG tag logo-white.svg. thanks.

enter image description here

¿Fue útil?

Solución

Comment out = $block->getChildHtml('logo-alt') in logo.phtml file in the custom module so that only the intended logo appears not together with the default logo provided by the theme.

Thanks...

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top