Hey
My site has had 3 different templates & me being the genius I am used the same css file for all 3!
Is there a tool that searches every page on my website & then the css and tells me what tags are no longer needed?
Thanks
Hey
My site has had 3 different templates & me being the genius I am used the same css file for all 3!
Is there a tool that searches every page on my website & then the css and tells me what tags are no longer needed?
Thanks
I doubt there is such a tool. Most templates use the same standard selectors, altering their properties as required. Most (all that I know of) templates also come with their own complete stylesheet - how do you believe that you had/have the same file now?
A link to see your site will let us advise if your current stylesheet has big blocks of irrelevant rules.
Hi,
I got all the templates coded specially for me.
The url is http://tinyurl.com/y9wvckp
Did all the templates use the same folder, so that the old template was destroyed when the new one was built? If not, the stylesheets for each template still exist, and if I were making a template, I would not start from a stylesheet with previous custom template baggage. All the main stylesheets will have the same name, but that is ok as they will be in their own template folders.
I don't see any large groups of rules that don't apply to your template, with the possible exception of rules containing .bodymain, like
#main_div .bodymain .addcart ul li,.addcart ul li {
and even those may be functional through the second selector in the list:
.addcart ul li {
So I don't think you need to worry about it too much.
Ok. Thanks