Jump to content

CC 4 main Background (Caretta-soft)


Guest eiger

Recommended Posts

Hello

I have experience at tweaking code and tpl with a few CC 3 and know my way around the previous version

However I can not figure where is that defauld BG in version 4

I refer to that surrounding dark blue/black bg

any idea

thanks

Link to comment
Share on other sites

/styleImages/backgrounds/contentBgSdw.gif

Image locations are pretty much the same as V3 B)

Thanks, that one I found; the one I was looking for is that surrounding body bg

it used to be an img gradient but I just found it, now it's a simple body bg in CSS

Link to comment
Share on other sites

Eiger,

Could you tell me where you found it? I have been trying to get rid of those blue "side panels" but cannot seem to find where.

Many thanks for your anticipated help.

Doug

Link to comment
Share on other sites

Guest paulabakerparkin

Eiger,

Could you tell me where you found it? I have been trying to get rid of those blue "side panels" but cannot seem to find where.

Many thanks for your anticipated help.

Doug

You can either overwrite the file with a new image, with the image being found in the backgrounds folder, or you just need to go into layout.css and change:

#PageOuter {

	background-image:url(../styleImages/backgrounds/contentBgSdw.gif);

	background-position:left top;

	background-repeat:repeat;

	width:834px;

	margin:0 auto;

	padding:0;

}

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