Hi guys,
I am trying to remove a image from a magento page. The image is placed by an extension.
When i debug the page I can se that the image is placed on the website by the code below.
Now my question is:
How can i remove this? - where can i find the source that puts in this image. Is it an XML, Script, HTML - What should I look for?
Thanks.
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<a style="padding: 2px 8px 4px;" class="logo navbar-brand panel-title" href="#"<img src="http://xxxx/skin/frontend/default/images/globe.png"</a>
Solved! Go to Solution.
I found the PHTML file. Problem solved.
I got the same problem. How to solve it. Please help me. Many thanks to you