Jump to content

[solved] Text color in cart block


Recommended Posts

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

post-284843-0-46870100-1370009477_thumb.jpg

Link to comment
Share on other sites

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

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...