WStefanko Posted May 31, 2013 Share Posted May 31, 2013 I have been trying to find the correct CSS file to edit the text color in the cart block where it displays the product. Right now it is pulling from GLOBAL.CSS but I do not want to change that file because it will mess with other headings. Any help would be greatly appreciated. I have attached a file for reference. Thank you, Wes Link to comment Share on other sites More sharing options...
vekia Posted May 31, 2013 Share Posted May 31, 2013 create new style in global.css: .cart_block_no_products { color:#000; } Link to comment Share on other sites More sharing options...
Ignawin Posted May 31, 2013 Share Posted May 31, 2013 Hi, try to go to yourtheme/css/modules/blockcart/blockcart.css I think that it should be div id="cart_block_list" you're trying to change. So, open blokccart.css and add this #cart_block_list{color:black} to the bottom of your css file. (It's better to post the url of your website as wel..) Link to comment Share on other sites More sharing options...
WStefanko Posted May 31, 2013 Author Share Posted May 31, 2013 I went with Ignawins response and worked like a charm. Thank you both for the quick responses. Wes www.gothic-jewelry.com Link to comment Share on other sites More sharing options...
vekia Posted May 31, 2013 Share Posted May 31, 2013 thanks for information i marked this thread as solved 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