KneeNinja
Member
Posted 2 years ago #
How do I get rid of the Google ads on my header? It's taking up too much room and My header looks a little off.
Also I would like to separate my posts into categories. I'd like to have many buttons on the header that take the user to a specific list of posts for that topic. I have no idea how to that, though.
I'm very new to web design, so any help would be greatly appreciated. :)
What is your URL? Are they your Adsense ads? If they are due to free web hosting, then you are stuck with them.
KneeNinja
Member
Posted 2 years ago #
The ads likely came with your theme. Check your theme's dashboard options (if it has them) to see if they can be removed that way. If not, edit your theme files to remove the Adsense code. Here's what it looks like:
<script type="text/javascript"><!--
google_ad_client = "pub-7242907888528679";
/* 468x60, created 8/18/08 */
google_ad_slot = "8838628296";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
KneeNinja
Member
Posted 2 years ago #