CoSmis Posted February 7, 2008 Posted February 7, 2008 In checkout_shipping, checkout_payment, etc, there are rows that change colors when clicked, radio button selected etc. How do I remove the effects? I have scoured everywhere and cannot find how to change them. I have spent a few hours searching the boards here too. The problem is that I am using a dark background, and the white row color causes the white text to not show up. Here's a link: My Shop Checkout Any help is much appreciated!
burt Posted February 7, 2008 Posted February 7, 2008 stylesheet.css .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; }
CoSmis Posted February 7, 2008 Author Posted February 7, 2008 wow, cannot believe I missed that.. Thanks burt, you rock!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.