Does anyone know what file specifies the Class, ID, and Tags for the Shopping Cart? I want to change the submit button to float left, but I don't dare change the global style on this. So I'm going to need to change in the PHP, but I can't figure out what file the code that shows up in the browser source is coming from. It doesn't seem like it's anywhere in the index.cart.php file. There are also several other elements that I still need to style on this page. Any help would be appreciated.
I'm sure you hardcore programmers will tell me that this is not the best way to do things, and if you have a better solution I'm all ears, but this is how I ended up fixing it.
I added a link to another style sheet on the very first line of the index.cart.php and restyled the floatright and a few other classes to get this page to look the way I wanted. This effectively overrides the style sheets that are in the header. I deleted all of the other styles in the base.css style sheet that weren't required to style the shopping cart. I figured this would help improve load time.
O.K. I take it back. adding another CSS file overrides styling on the image detail page. Does anybody know how to style just the shopping cart page?
Download firebug and work with that.
You must log in to post.