Hello
Is the blue grey background either side of my cart declared in a stylesheet?
http://www.blushfashions.com/
If yes where is the style sheet?
If no wheer can I change this background?
Yours BlushFashions
Hello
Is the blue grey background either side of my cart declared in a stylesheet?
http://www.blushfashions.com/
If yes where is the style sheet?
If no wheer can I change this background?
Yours BlushFashions
It's the main background color defined in the BODY { } section of the stylesheet hun :)
Hope that helps !
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
could you tell me what the stylesheet is called and where it's located?
I don't see a style sheet file in public
.htaccess
index.php
install.txt
ipn_main_handler.php
license.txt
nddbc.html
page_not_found.php
Yours BlushFashions
Well in looking at your site css I see that you aren't using the over ride system, so your stylesheet is at :
/includes/templates/classic/css/stylesheet_new.css
Though you really should consider using over rides, the first upgrade that you do is gonna wipe out all your customizations if you don't ;)
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Hello TinaS
Many thanks for your help![]()
Yours BF
I've just had a look at the style sheet, could you possibly give me a line number or a definite title to search on, there are so many backgrounds.
Yours Blushfashions
The BODY is the first thing on the stylesheet.
Hello Kim
Yes I found the Body section, but with no reference to background:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
/*font-size: 62.5%;*/
color: #000000;
}
Sureley colour in this section refers to the text colour?#
Still not sure which background on which line refers to the background on mt site index page.![]()
Yours BlushFashions
Hello Kim
Yes I found the Body section, but with no reference to background:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
/*font-size: 62.5%;*/
color: #000000;
}
Sureley colour in this section refers to the text colour?
Still not sure which background on which line refers to the background on my site index page.![]()
Yours BlushFashions
Find this in stylesheet/sCode:BODY { background-color: #e5edf5; color: #000000; margin: 0px; margin-bottom: 10px; padding: 0px; font: 11px Verdana, Arial, sans-serif; }
(You have more than one which is going to make life difficult at some later date)
background-color: #e5edf5;
above is one you need to alter to taste
HTH
![]()