1) shopping cart text color for the Units and Cost
2) contact us form; background color for field selected
Thank you
1) shopping cart text color for the Units and Cost
2) contact us form; background color for field selected
Thank you
Template specific
Post a link to your site
7th gear imports .com / store front
I know where my CSS is, just need to know what line in the css handles these items.
For the units & cost add these to your stylesheet to change from default
What field selected?Code:#scUnitHeading { color: #000000; } #scTotalHeading { color: #000000; }
I meant the actual amounts not the headings...add an item to your cart and you'll see what I mean.
Suggest you compare your stylesheet to the one in the classic template
I guess that would be one route..and would also help me learn what is what.![]()
I used FireFox and the Web Deveveloper extentions that allow non permanent css alterations interactively. Either you or the template creator has made changes that created your issues.I guess that would be one route..and would also help me learn what is what.
When I replaced your stylesheet with the one from classic, it rendered correctly. Doing a compare you ahould see where the differences are and maybe some that you did not intend