Guest Posted April 13, 2011 Report Share Posted April 13, 2011 Hi All I am trying to simply change the color behind my text to D8D8D8 but i have no idea where to start. I would like this to be on all pages. Any help would be great. thanks Tim Quote Link to comment Share on other sites More sharing options...
Tom Posted April 13, 2011 Report Share Posted April 13, 2011 As in the page background? body{background:#D8D8D8;} Quote Link to comment Share on other sites More sharing options...
Guest Posted April 13, 2011 Report Share Posted April 13, 2011 As in the page background? body{background:#D8D8D8;} Yip behind the actual text like Home Pilot center live map and anything above and below it. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 13, 2011 Report Share Posted April 13, 2011 Sorry if i missed the point what your reply the answer to how its done? If so sorry for my stupidity but what file do i edit to do it in ? Quote Link to comment Share on other sites More sharing options...
Jeff Posted April 13, 2011 Report Share Posted April 13, 2011 Check your .css file in your template you are using Quote Link to comment Share on other sites More sharing options...
Guest Posted April 13, 2011 Report Share Posted April 13, 2011 Check your .css file in your template you are using Hi jeff i am using the default crystal template . i have a styles.css in there (va\lib\skins\crystal\styles.css) and i see a phpvms.css in css folder (va\lib\css\phpvms.css) ? Quote Link to comment Share on other sites More sharing options...
Guest Posted April 16, 2011 Report Share Posted April 16, 2011 Hi jeff i am using the default crystal template . i have a styles.css in there (va\lib\skins\crystal\styles.css) and i see a phpvms.css in css folder (va\lib\css\phpvms.css) ? Ive tried boath that ive seen but it dosent seem to change cleared cashe in web brouser ect. Any ideas? Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 16, 2011 Moderators Report Share Posted April 16, 2011 You need to find the text property then add the background colour to that. Example if you wanted the <p> tag to display green background you would be able to use the existing css as its already defined in there, Example <p id="success">Hello this is a test</p> To define a new colour just add it to your skins css. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2011 Report Share Posted April 17, 2011 Ive tried boath that ive seen but it dosent seem to change cleared cashe in web brouser ect. Any ideas? I will have a go at it thanks for the reply. Cheers Tim 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.