Jump to content

site documents


Guest rjmead

Recommended Posts

I'm using CC 3.0.2 and have created some site documents..

How do I change the documents background so they appear either transparent or have the same color as the coloms of my site.

I don't want to have the default white colouring anymore..

Please can someone give me a little help..

Rich ;)

Link to comment
Share on other sites

Guest tbladecki

You can enter the backgound color in when you enter a site doc just use the "source" option in the editting the docs. You can also look in the css files for teh skin you are using and see if there is somthing already in there regarding the colors in the site docs.

Hope this helps

Link to comment
Share on other sites

hey there..

I took a look around the layout.css file and found what I was looking for..

In order to change the background colour of the site documents you need to perform the following.. That's if you are using CC 3.0.2 - I couldn't speak for the other versions..

open up the layout.css file found in the skins\YOUR SKIN\styleSheets folder and edit the following line from the below: background-color: #FFFFFF;

}

.boxContent {

border: 1px solid #000000;

padding: 3px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 75%;

color: #333333;

background-color: #FFFFFF;

margin-bottom: 5px;

}

Change the #FFFFFF tag to another colour of your choice

Save the file and close.

You will also need to edit from the admin panel/site documents the file that you are changing as there maybe a text background on this document also.

Just go into the site document and hit the source button.. then look for code like the following:

<p><font style="BACKGROUND-COLOR: #FFFFFF" and change it to the same as what you made it in the layout.css file.

Do this for all site documents files..

You can do the same with the homepage too.

Hope this helps anyone out there that might be wondering about this.

Rich :on2long:

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