I edited the CSS in my theme folder, but the changes don't show on my site.
When I view the source code for any page on my site, I can see that its pulling this CSS
<link rel='stylesheet' id='coloroptions-css' href='http://www.thepowerlinegroup.co.uk/wp-content/themes/squirrel/color/blue.css?ver=3.4.2 type='text/css' media='all' />
That '?ver=3.4.2' is my problem, because when I go to that address in my browser, I see the unmodified CSS. Where does this unmodified CSS sheet live on my domain - I can't find it?
When I follow the link to
<link rel='stylesheet' id='coloroptions-css' href='http://www.thepowerlinegroup.co.uk/wp-content/themes/squirrel/color/blue.css type='text/css' media='all' />
I see the modified CSS that I want.
I cannot see any CSS on my domain called 'blue.css?ver=3.4.2'
How is it best to resolve this?
Thank you