Jump to content

[SOLVED] Change font color and backgroud of tables


arm11

Recommended Posts

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.

 

2i0wti9.jpg

 

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.

 

2zdonlv.jpg

 

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:

 

1690w8j.jpg

 

Thank you for your time.

 

Best Regards

Link to comment
Share on other sites

#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;
}

  • Like 1
Link to comment
Share on other sites

really weird, take a look:

JTUDToy.png

 

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...