cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove image

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to remove image

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>

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to remove image

I found the PHTML file. Problem solved.

View solution in original post

2 REPLIES 2

Re: How to remove image

I found the PHTML file. Problem solved.

Re: How to remove image

I got the same problem. How to solve it. Please help me. Many thanks to you