Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...