benlucraft Posted October 6, 2014 Share Posted October 6, 2014 Ok so I am attempting to play around with my CSS code for v2 Mccodes and when I go to game.css and change my centre colour to black it stays white regardless, .centre background-color: black; it still stays white any help? Quote Link to comment Share on other sites More sharing options...
G7470 Posted October 6, 2014 Share Posted October 6, 2014 Use tools like firebug in order to test out changes to your CSS without actually having to change your code base. Firebug also shows you exactly what css properties/attributes are active. With this tool, it should be pretty easy to find out what is happening with your CSS. ~G7470 Quote Link to comment Share on other sites More sharing options...
DAMINK Posted October 6, 2014 Share Posted October 6, 2014 CTRL and F5 to dump your cache. I fine at times doing changes to the css and not refreshing the page in this way will not show your changes. Quote Link to comment Share on other sites More sharing options...
benlucraft Posted October 8, 2014 Author Share Posted October 8, 2014 Thanks man appreciate it Quote Link to comment Share on other sites More sharing options...
Alexhudson Posted January 7, 2015 Share Posted January 7, 2015 (edited) Firebug could be off great use in this manner. Install firebug and if still problem presists then take help from css help or w3schools. Edited January 10, 2015 by Alexhudson Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.