arm11 Posted August 16, 2013 Share Posted August 16, 2013 Hello, After a lot of reading and testing i decided to ask here, at least i know you will guide me to success. Here and the few problems that i'm facing during the configuration of my shop: 1st - at the shopping cart the backgroud is white and the font is also white, so you can't see anything. I tried to find in which .css i must change it, but coudn't. 2nd - At the front page the color of the names of the featured prodocts is not good too. I found it in the Featured products css, but i guess somethign overwrite that setting. 3th - How can i put a background (20% transperant) in a table, at the front page, so the products and the text will be more visible. Something like that: Thank you for your time. Best Regards Link to comment Share on other sites More sharing options...
vekia Posted August 16, 2013 Share Posted August 16, 2013 hello it looks like you use some non-default template. is there any chance to check your website? if it is online - please share the url - it will be much easier to help then btw. welcome on board! Link to comment Share on other sites More sharing options...
vekia Posted August 16, 2013 Share Posted August 16, 2013 #3 global.css line 41 use these styles: #page { background-color: rgba(0, 0, 0, 0.6); padding: 10px; } #2 global.css line 306, change color:#333; to color:#fff; in: .block li a { display: block; color: #333; } #1 global.css line 706 change background-color:#fff; to something other. table#cart_summary tr.cart_item.odd, table#cart_summary tr.cart_total_delivery, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_voucher { background-color: #fff; } 1 Link to comment Share on other sites More sharing options...
arm11 Posted August 16, 2013 Author Share Posted August 16, 2013 (edited) Thank you very much for your fast reply and for the great solutions, however the 1st problem still exist. The background of the shopping cart summery is still white, no metter what color i put. Edited August 16, 2013 by arm11 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 16, 2013 Share Posted August 16, 2013 so try also with: table.std, table.table_block { margin-bottom: 20px; width: 100%; border: 1px solid #999; border-bottom: none; background: white; } in global.css file line 261 Link to comment Share on other sites More sharing options...
arm11 Posted August 16, 2013 Author Share Posted August 16, 2013 This one changed only that field (i put black, instead of white): Link to comment Share on other sites More sharing options...
vekia Posted August 16, 2013 Share Posted August 16, 2013 really weird, take a look: i used this: table#cart_summary tr.cart_item.odd, table#cart_summary tr.cart_total_delivery, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_voucher { background-color: #000!important; } Link to comment Share on other sites More sharing options...
arm11 Posted August 16, 2013 Author Share Posted August 16, 2013 table#cart_summary tr.cart_item.odd, table#cart_summary tr.cart_total_delivery, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_voucher { background-color: #000!important; } This one is ok, now. Thanks, i have few more things to fix, but i will try to find solutions before i ask here. What can i say, great forum! Thanks for your time vekia! Link to comment Share on other sites More sharing options...
vekia Posted August 16, 2013 Share Posted August 16, 2013 you're welcome glad that i could help you in this case im going to mark this topic as [sOVLED] feel free to create new threads, i will check them with pleasure best regards 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