Jump to content
MakeWebGames

Recommended Posts

Posted

I have been trying to find a way to change the overall color scheme of the game I am running. I don't like that all the text is red and the overall color of the pages are quite dark. How can I change this? Which php file contains these settings? I have looked and looked and looked.

Posted (edited)

Right click a page, and view source

look for some code similar to <link href="" rel="stylesheet"> or <style>, in those you should find a location for a .css style.

Edit lookedat your front page, they should be in a folder named css

<link rel="stylesheet" href="css/stylenew.css" type="text/css" />

<link rel='stylesheet' href='css/lightbox.css' type='text/css' media='screen' />

Edited by Someone

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.   Paste as plain text instead

  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.

×
×
  • Create New...