HARVIE Posted October 26, 2010 Share Posted October 26, 2010 Hello,It must be easy but i can't do it :-).In the products list (product-list.tpl), i'd like to change the title's color and the short descrption's color (title in white and description in grey). But when I try to change that in global.css, both colors change at the same time, either in white or in grey. So I always have all in black or all in grey. But I need the title in white and the description in grey.Any idea?Thanks,Harvey Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2010 Share Posted October 26, 2010 You are right. Both are using the same code on lines 1432-1426 in the /* product-list.tpl */ section of global.css: ul#product_list li a { text-decoration: none; color: #374853 } I think you will need to add code like this to change the description to a different colour: ul#product_list li p.product_desc a { color: #fff } Link to comment Share on other sites More sharing options...
HARVIE Posted October 26, 2010 Author Share Posted October 26, 2010 Yes that works! Thanks...you've helped me in only 2 days!Thanks,Harvey 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