user1728 Od Nieznany Użytkownik od gru -0001 user1728 27 cze 2015 20:11 Hi again if its already been posted anyware els I apologize Can you tell me how to change all the text color on site to #00ccff Thanks
user2133 Od Nieznany Użytkownik od gru -0001 user2133 30 lip 2015 02:24 You could start adding this to the theme.css file: html, body { margin: 0px; padding: 0px; color: #00ccff
litecart Main Crew Od Sweden Użytkownik od lut 2013 litecart 30 lip 2015 08:54 To prevent being overridden use !important http://www.w3.org/TR/CSS21/cascade.html#important-rules
insanebear Developer Od Poland Użytkownik od paź 2014 insanebear 31 lip 2015 15:59 (...)how to change all the text color on site to #00ccff(...) *{color:#0cf !important;}