Pergunta

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

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top