how to change background 7.3 please!!!

i use to be able to access css cache files with dolphin 7.2 and change page background color ect.. but now with 7.3 its not allowing me can any one help or direct

Quote · 23 Nov 2010

What you want is in the common.css file in your /templates/base/css

 

Here is mine with new background

 

body {
background-color:transparent;
background-image:url("../images/bk-Spider_Web_Website_Background_BlkRed-1.gif");
color:#CCCCCC;
}
body {
background-color:#000000;
color:#333333;
font-family:Verdana,Arial;
font-size:12px;
margin:0;
padding:0 0 50px;
}
Don't forget after you do this, go to account through FTP or Cpanel and clean out your cache folder and reload site.
You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 23 Nov 2010

If you are not using a custom template, this is what you will see

 

 

body {
font-family:Verdana,Arial;
font-size:12px;
color:#333333;
background-color:#000000;
margin:0px;
padding:0 0 50px 0;

 

just replace background with the code I have

 

background-color:transparent;
background-image:url("../images/yourimage.gif");

And it should work fine.
Always make a backup of your css file before setting changes in case something goes wrong, you can replace it.
Place your background pic in you /templates/images/ folder and change image name to your image.
You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 23 Nov 2010

thanks but i needed info on changing just the cache css file that way it will only effect that page and not the other

Quote · 23 Nov 2010

in 7.2 i was able to access cache css file and customize all pages independently i tired doing the same with 7.3 but its not taking

Quote · 23 Nov 2010

access css cache files? that makes no sense to me, you have a cache folder in your root that handles all, that's what you have to clean out.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 23 Nov 2010

Modifying the cache directly is not the proper way to do it. In fact, it's risky. The cache could be rebuilt at any time resulting in a loss of your changes.

If you must alter each pages background independently there are other ways such as adding a style tag to the page html template in the templates folder.

https://www.deanbassett.com
Quote · 23 Nov 2010

If you want to unable the ccs cache uncheck the box in your settings section of Dolphin admin like pick below I have mine checked. Not sure if this is what you were trying to ask for.

 

Settings.jpg

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 23 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.