• My blog justinbieberzone.com has a very annoying “red cross icon” on top right side of the page. How do I remove it? thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ipunkbali

    (@ipunkbali)

    Forgot to say.. usually it shows up on explorer and safari, not sure about firefox

    I dunno if it’s a theme option or hardcoded, but your sidebar appears to be looking for an image that doesn’t exist…

    <div class="sidebar">
    		<div class="sidebaradbox">
    			<a href="" target="_new"><img class="ad125" src="" /></a>
    		</div>
    		<ul>

    the red cross icon means something is wrong with an image link

    so…either put an image link in there, or delete this

    <div class="sidebaradbox">
    			<a href="" target="_new"><img class="ad125" src="" /></a>
    		</div>

    Thread Starter ipunkbali

    (@ipunkbali)

    thanks so much. its gone now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove this annoying red cross icon?’ is closed to new replies.