user1728 Van Onbekend Lid sinds dec -0001 user1728 27 jun 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 Van Onbekend Lid sinds dec -0001 user2133 30 jul 2015 02:24 You could start adding this to the theme.css file: html, body { margin: 0px; padding: 0px; color: #00ccff
litecart Main Crew Van Sweden Lid sinds feb 2013 litecart 30 jul 2015 08:54 To prevent being overridden use !important http://www.w3.org/TR/CSS21/cascade.html#important-rules
insanebear Developer Van Poland Lid sinds okt 2014 insanebear 31 jul 2015 15:59 (...)how to change all the text color on site to #00ccff(...) *{color:#0cf !important;}