helldog2004 Posted May 12, 2012 Share Posted May 12, 2012 (edited) Hi all, I am trying to change the color of the more information in the product page. In short, I have a dark blue background, and if a customer clicks on a product it gets the more information of a product in black text. This is barely visible. I would like to have all imported files to have auto white text in the more info sheet. Is this possible and how do I need to change this. I did do looked for the css files, but do not know which one to take, and what the name is. I believe something like more_info_sheets (but can't find it anywhere) Thanks in advance! Edited May 12, 2012 by helldog2004 (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted May 12, 2012 Share Posted May 12, 2012 under global.css file of themes>your theme>css look for more_info_sheets or more_info_block Link to comment Share on other sites More sharing options...
helldog2004 Posted May 12, 2012 Author Share Posted May 12, 2012 Thank you for the fast reply: This is what I found: #more_info_sheets li { background-position: 6px 4px; margin-bottom: 0.4em And tried to replace it with this: #more_info_sheets li { background-position: 6px 4px; margin-bottom: 0.4em text-allign: left; color: #FFFFFF; But nothing changed in my more information sheets. Any idea? Link to comment Share on other sites More sharing options...
helldog2004 Posted May 12, 2012 Author Share Posted May 12, 2012 Sorry my bad... I forgot to place the ; behind margin-bottom: 0.4em Thanks for the help Link to comment Share on other sites More sharing options...
MEG Venture Posted May 12, 2012 Share Posted May 12, 2012 You should also remove ; after color: #FFFFFF; Link to comment Share on other sites More sharing options...
helldog2004 Posted May 12, 2012 Author Share Posted May 12, 2012 (edited) You should also remove ; after color: #FFFFFF; okay tried it, but it doesn't change the color.. it keeps all the text in black, unless I change it one by one in the CMS editor on admin pages A bit much work for 1300 products.. Any more ideas? I placed a pic to show what I would like to have white Edited May 12, 2012 by helldog2004 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 12, 2012 Share Posted May 12, 2012 okay tried it, but it doesn't change the color.. it keeps all the text in black, unless I change it one by one in the CMS editor on admin pages A bit much work for 1300 products.. Any more ideas? I placed a pic to show what I would like to have white global.css For example: Tab more information, change color: #page .rte { color:white; } Tab Data sheet #idTab2 { color:white; } Link to comment Share on other sites More sharing options...
helldog2004 Posted May 12, 2012 Author Share Posted May 12, 2012 (edited) Yeah thank you, I first changed the background but that was wrong haha. Thank you very much, this was the solution I was looking for. Thanks again! Edited May 12, 2012 by helldog2004 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 12, 2012 Share Posted May 12, 2012 Okay I tried the #page.rte color change. Yeah the background does change to white, but then the text dissapears. It is like the text is set to background then. Any solution for this? If you want to change the background, you should write: background: color and code, to change the text color, you should write color: color and code. You have the online store to view? Sorry for my English. D Link to comment Share on other sites More sharing options...
helldog2004 Posted May 12, 2012 Author Share Posted May 12, 2012 Yeah the problem is fixed, but you can look at my website: http://www.genncompsys.com/gennwinkel/Development/www.genncompsys.com'>http://www.genncompsys.com/gennwinkel/Development/www.genncompsys.com Yeah long name, was hidden for people who would be entering website on purpose but have the link on my homepage now: http://www.genncompsys.com let me know what you think of it!! Link to comment Share on other sites More sharing options...
nadie Posted May 12, 2012 Share Posted May 12, 2012 Yeah the problem is fixed, but you can look at my website: http://www.genncomps...genncompsys.com Yeah long name, was hidden for people who would be entering website on purpose but have the link on my homepage now: http://www.genncompsys.com let me know what you think of it!! Hi helldog2004, For me it is an honor to help you If you give the topic as solved, if you can edit the title of the topic and add the word "Solved" the title, this will help maintain a more organized forum. Sorry for my English. Link to comment Share on other sites More sharing options...
Recommended Posts