Jump to content

Change Background color


Guest

Recommended Posts

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

Link to comment
Share on other sites

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) ?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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...