I would like to add the code below to my logo at the top of my home page. if i put it in the header php file I get two banners. If i upload a blank file to the logo it gets rid of one but then i have the banner that does not fill the page. please advice the best way to do this. Thanks <div style="text-align:center; width:1000px; margin-left:auto; margin-right:auto;"> <img id="Image-Maps_6201310281826403" src="http://allingoodtasteproductions.com/wp-content/uploads/2013/10/AIGTPsitebanner.png" usemap="#Image-Maps_6201310281826403" border="0" width="1000" height="188" alt="" /> <map id="_Image-Maps_6201310281826403" name="Image-Maps_6201310281826403"> <area shape="rect" coords="58,8,108,58" href="https://twitter.com/AllingoodtasteP" alt="Twitter" title="AIGTP - Twitter" target="_blank"/> <area shape="rect" coords="118,6,168,56" href="https://www.facebook.com/AllInGoodTasteProductions" alt="Facebook" title="AIGTP - Facebook" target="_blank"/> <area shape="rect" coords="181,6,231,56" href="http://www.pinterest.com/allingoodtastep/" alt="Pinterest" title="AIGTP - Pinterest" target="_blank"/> <area shape="rect" coords="803,66,965,171" href="http://store.allingoodtasteproductions.com/" alt="Toffee Taboo Store" title="Toffee Taboo Store" target="_blank"/> <area shape="rect" coords="232,0,801,183" href="http://allingoodtasteproductions.com/" alt="All in Good Taste Productions" title="All in Good Taste Productions" /> <area shape="rect" coords="0,66,235,193" href="http://allingoodtasteproductions.com/" alt="All in Good Taste Productions" title="All in Good Taste Productions" /> </map> </div>
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header img { display: none; } I hope this will solve your issue.