I am using a black skin for my site, www.ministryclothing.com and ali commerce comunity edition.My problem is that I can not see the font inside any of the text boxes because the font color is too light. Is there some place within the css of ali commerce that I can make this change so that it becomes visible ? I noticed that inside of the aspx all the text boxes are set to Normal. Is there a way to change t his too NormalTextBox in one fell swoop?
I think you should be able to control it like this without changing anything:
.OrderQuantity .Normal {color:black;}
Sorry for being so thick, but where exactly would that be ?
Thanks
in theme.css
Thank You Frank , That did it..!
Actually you can control every customer-facing page using css.