pat123 Posted January 7, 2015 Share Posted January 7, 2015 when placing multiple orders the orderpage (cartsummaryu) lokk like attach 1 Using the css-tool firebug I have to change ( see attach2) I did that ( see attach 3) and transferred the new global.css to themes/default/global.css But the changes are not taken.The summary looks as the first one. What I'm doing wrong ? (I checked several trimes that I transferred the correct file) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted January 7, 2015 Share Posted January 7, 2015 If you want it all black then find the following code in global.css table.std, table.table_block { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 white; border-collapse: inherit; border-color: #999 #999 -moz-use-text-color; border-image: none; border-style: solid solid none; border-width: 1px 1px medium; margin-bottom: 20px; width: 100%; } and change it to table.std, table.table_block { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 black; border-collapse: inherit; border-color: #999 #999 -moz-use-text-color; border-image: none; border-style: solid solid none; border-width: 1px 1px medium; margin-bottom: 20px; width: 100%; } Link to comment Share on other sites More sharing options...
pat123 Posted January 7, 2015 Author Share Posted January 7, 2015 OK, that's did the trick tx Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now