Jump to content

[Solved] Font Color


Recommended Posts

Changing line 790 only changes the 'Welcome John" not the font for "your account, cart, home and your shopping cart. My test url is www.paradisecasino.us/catholic. Here you can see in the cart or order.PHP that the text above Shopping cart summary is grey. "your account, cart, login, home>your shopping cart". I want to change these and the footers color.

Thanks

Link to comment
Share on other sites

.cart_last_product_header, table.std thead th {
background-image: none;
background-color: #000;
}

#order div.cart_last_product .cart_last_product_header, #order div.cart_last_product .cart_last_product_header div.left {
background-image: none;
background-color: #000;
}

Link to comment
Share on other sites

×
×
  • Create New...