Extra code showing up

I places um i think it was some google verification code or some other verification code and I now have the following showing up at the top of the page

'/>

I’m not sure what it is that is causing it, any ideas?

It may have to do with the way WP handles code placed in posts/pages.
How/where did you place this code?
And if you look at the HTML code of the page, what do you see?

sorry i should have posted the url in question it is Dog Bath, Grooming equipment, Grooming Supplies

I seem to be having a lot of issues dealing with the codes. For example I want to format the whole of the home page and titles throughout the site but cannot locate any of the html in the files. It was suggested in a previous post that i create a child theme but I’m not too sure about delving into that just yet, I mean I’m a new learner and it sounds advanced, don’t know if it will be difficult and preferably i would like to easily edit via the files

It looks like you’re trying to add javascript in the value of the meta-tag?
And because that javascript contains single quotes, it messes up the opening and closing of the entire value.

I never used that way of google site verification myself, but I took a look at my webmaster tools, and the verification code it generates for me doesn’t contain any javascript, just a string of characters.

I had a look in google analyitics and the code does have some javascript here:

<script type=“text/javascript”>

var _gaq = _gaq || ;
_gaq.push([‘_setAccount’, ‘UA-25168407-1’]);
_gaq.push([‘_trackPageview’]);

(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

Never the less I removed it and I lost my styles, I panicked and thought of a back up and realised I had it on localhost so I took the head from there and it’s now ok. So still not sure what happened but thank god it’s fixed.

Do you have any advice about changing the titles etc on home page since I cannot find the html in the php files?

Google site verification and google analytics are two different things.
The google analytics code doesn’t go in the google site verification meta tag.
From the google analytics help:

Copy and place the code snippet
Once you find the code snippet, copy and paste it into your web page, just before the closing </head> tag*.

What titles are you talking about? And what kind of change? If you want to change the style, you’ll have to edit the CSS file of the template you’re using.

ahh right I see, I am confusing the two. Thanks for clearing that up.

What I want to change is the titles of all the products ie large dog bath, hay soaker etc but I have looked in css, tryed to change the h2’s and h1’s to bold no difference, I really want to change the font as I want something bolder, I want the as the h4’s are on the side bar but first thing I cannot seem to find what the font is for h4 and second I cannot find what it is needs changing in the css.

Using the Firebug plugin in FF, I looked at the title tag of the featured products on your homepage, and the plugin told me this:

style.css (line 261)

.slide .description h2.title {
color: #969595;
font-size: 36px;
text-transform: lowercase;
}

So changing the font size, type, whatever there should give a result.

ah ok I was looking at cufons and getting confused.

So Now I just went to the style and I put font-weight: bold but nothing happened
How do I find the font for the header in the side bar? See the one that says the bung?

ah great i got it, I had to go into the theme options and disable cufon replacement and now it’s alowing me to change those. Just gotta change them to something better now :slight_smile:

thank you very much for you help