문제

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

도움이 되었습니까?

해결책

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top