daviddado Posted October 14, 2013 Share Posted October 14, 2013 Hello please how to change color of the text from black to white in center column on this site: http://hollistertrends.sk/order?multi-shipping= "Krajina" "PSČ" and "(Potrebné pre niektorých dopravcov.)" Thanks! Link to comment Share on other sites More sharing options...
Paulito Posted October 14, 2013 Share Posted October 14, 2013 Good morning Do you mean this text http://screencast.com/t/YkOjaeVd Paul Link to comment Share on other sites More sharing options...
daviddado Posted October 14, 2013 Author Share Posted October 14, 2013 No i mean this http://hollistertrends.sk/abc.png Link to comment Share on other sites More sharing options...
vekia Posted October 14, 2013 Share Posted October 14, 2013 add somewhere in global.css file this simple code: #order label, #order p {color:#FFF;} effect: Link to comment Share on other sites More sharing options...
daviddado Posted October 15, 2013 Author Share Posted October 15, 2013 but where ? Link to comment Share on other sites More sharing options...
pzi Posted October 15, 2013 Share Posted October 15, 2013 Hi, The solution of Vekia is a good one, it will make the changes on the order page. But as your background is dark, you have same problem on other pages, where there is text in <p> (paragraphs), for example on the 404 page. So you could try to add in file: themes/yourtheme/css/global.css, around line 99: color: #FFFFFF; so it becomes: p { color: #FFFFFF; padding-bottom: 20px; position: relative; } This will change the color of most texts between <p> and </p> to white. Hope it can help you. Link to comment Share on other sites More sharing options...
vekia Posted October 15, 2013 Share Posted October 15, 2013 it will not work in some cases, some page uses also ID before p so i will add also "color:#FFF!important;" Link to comment Share on other sites More sharing options...
vekia Posted October 15, 2013 Share Posted October 15, 2013 but where ? add somewhere in global.css file this simple code: Link to comment Share on other sites More sharing options...
Recommended Posts