daviddado Posted October 1, 2013 Share Posted October 1, 2013 Hello please how to change black text to white on this page: http://hollistertrends.sk/order Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 just add color:white!important; to: ul.step li.step_todo span { display: inline-block; padding: 8px 10px 6px; color: white!important; } it's a part of: http://hollistertrends.sk/themes/Vora/css/global.css line 493 1 Link to comment Share on other sites More sharing options...
daviddado Posted October 1, 2013 Author Share Posted October 1, 2013 and what about this ? http://hollistertrends.sk/authentication?multi-shipping=0&display_guest_checkout=1&back=http%3A%2F%2Fhollistertrends.sk%2Forder%3Fstep%3D1%26multi-shipping%3D0 Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 custom.css line 221 .formStyle p.radio span, .formStyle p.text label, .formStyle p.password label, .formStyle p.select label, .formStyle p.select span, .formStyle p.textarea label, ul.address, #multishipping_mode_box, .order_carrier_content, .paiement_block, ul.step li.step_current, #history #center_column h4, #address p.inline-infos { color: #111111 !important; } change #111111 to any other color you want 1 Link to comment Share on other sites More sharing options...
daviddado Posted October 3, 2013 Author Share Posted October 3, 2013 Hello please how to change color of title during registration ? and also color of zip code and country in shipping menu ....... thanks .... Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 Hello please how to change color of title during registration ? and also color of zip code and country in shipping menu ....... thanks .... add color:white; to: .formStyle p.radio label { float: none; padding-right: 10px; width: auto; font-size: 14px; color: white; } its a part of global.css line 1376 the same for: .formStyle p.checkbox label { float: none; width: auto; color: white; } Link to comment Share on other sites More sharing options...
Recommended Posts