Hi I need help here, I was working all day to find how to change the colors of the titles in the table of the cart page and the checkout page but doesn't Find a solution, I already Use the custom.css with almost every class but I'm REALY Stuck in here can you help me http://www.fashionbrands.mx/carrito/
Change the colors of the titles in the table of the cart page
4 posts from 4 voices-
Posted 1 year ago #
-
Hi!
In the custom.css please add this:
span.nobr,
span.product-price,
th.product-quantity,
th.product-subtotal
{
color: black!important;
}or you can use the hex value:
color: #000!importantJust change it to any color you want. Just don't forget to add !important after the color.
Hope this helps. :)
Best Regards,
IsmaelPosted 1 year ago # -
How about cart subtotal and order total labels?
Posted 1 year ago # -
Hey,
for the table heading row you can add this to your Quick CSS or custom.css
.shop_table th.product-name, .shop_table th.product-quantity, .shop_table th.product-total { background: #ff0099 !important; color: #000000 !important; }For the other table rows and headings use
.shop_table th.product-name, .shop_table th.product-quantity, .shop_table th.product-total { background: none repeat scroll 0% 0% #FF0099 ! important; color: #000000 ! important; } .shop_table tr.cart-subtotal th, .shop_table tr.shipping th, .shop_table tr.total th, .shop_table th strong { background: none repeat scroll 0% 0% #FF0099 ! important; color:#fff !important; }Of course you can assign styling to the targeted elements that are now grouped (separated by commas) individually.
Cheers,
ChrisPosted 1 year ago #
Reply
You must log in to post.














