Thomas Rozanov Posted January 31, 2011 Report Share Posted January 31, 2011 Sorry i'm new to PHP and phpvms. However i get the very basics. I am using obsess blue skin and i want to change the color of the table's in the pilot list and schedules from light blue to cherry red. How do i do this? What files do i edit? Thanks In Advance Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted January 31, 2011 Report Share Posted January 31, 2011 go into root/lib/skins/obsessBlue and look for the styles.css or something similar. in there you will find the color codes like #0000FF or something like that. What you need to do is know and understand what it is you are looking for first. Go into your tpl file that you wish to edit and look in the div for a class or ID. Say for example it is header. You would get in the css file and look for header. There you will find all of the css that defines the header class or ID and that is what you alter. Here is a great link to help understand CSS styling. w3 Schools have fun. Once you see it you will know how simple it is to change colors. Quote Link to comment Share on other sites More sharing options...
Thomas Rozanov Posted February 1, 2011 Author Report Share Posted February 1, 2011 go into root/lib/skins/obsessBlue and look for the styles.css or something similar. in there you will find the color codes like #0000FF or something like that. What you need to do is know and understand what it is you are looking for first. Go into your tpl file that you wish to edit and look in the div for a class or ID. Say for example it is header. You would get in the css file and look for header. There you will find all of the css that defines the header class or ID and that is what you alter. Here is a great link to help understand CSS styling. w3 Schools have fun. Once you see it you will know how simple it is to change colors. Yeah thanks but where in that file do i find it exactly for schedules and pilots list? 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.