Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2006
    Posts
    163
    Plugin Contributions
    0

    Default colors won't change

    okay-this is a little bit complicated so I hope that I can explain it so you can understand! I customized a store so that it was all white with grey text and pink side boxes. Once my designer loaded the store banner, for some reason some of the text turned a maroonish red color. So I went back to the stylesheet, and the stylesheet is still the same as I first set up.

    I re-uploaded the default stylesheet and made all the changes I needed to then loaded it again and it still has that red color.


    Does anyone have a suggestion as to how I can fix this? Or does it even makes sense as to what is wrong with it?

    THANKS!

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: colors won't change

    Do you have a URL we can peek at?

  3. #3
    Join Date
    Mar 2006
    Posts
    163
    Plugin Contributions
    0

    Default Re: colors won't change

    the url is www.originstore1.com/catalog

    it is the temporary domain until their site is pointed to our servers then we are moving the store over to their purchased domain.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: colors won't change

    You can set an overall text color in you stylesheet:

    Code:
    BODY {
    	background-color: #EEEEEE
            color: #000000;
    	margin: 0px;
    	margin-bottom: 10px;
    	padding: 0px;
       font: 11px Verdana, Arial, sans-serif;
    color: #000;
    }
    just add the portion in red.

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: colors won't change

    Here's the portion that holds the color for the greeting text.

    Code:
    .greetUser {
       color: #F3BBCF; /* make your change here */
       font-weight: bold;
       font-size: 12px;
       padding-top: 5px;
       padding-bottom: 5px;
    }

  6. #6
    Join Date
    Mar 2006
    Posts
    163
    Plugin Contributions
    0

    Default Re: colors won't change

    i added that code that you marked in red and it didn't help.....the product listings are still in red

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: colors won't change

    You apparently have two stylesheets both called stylesheet.css.

    one of them contains the following:
    Code:
    body { margin-top: 0px; margin-left: 0px; }
    	H1{ font-family: Arial, Helvetica; color: #9A3334; font-size : 18pt; }
    	H2{ font-family: Arial, Helvetica; color: #9A3334; font-size : 16pt; }
    	H3{ font-family: Arial, Helvetica; color: #9A3334; font-size : 14pt; }
    	H4{ font-family: Arial, Helvetica; color: #9A3334; font-size : 12pt; }
    	p { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
    	table { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
    	li { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
    
        a:link { color : #000000; }
        a:visited { color : #000000; }
        a:hover { color : #606060 }
        a:active { color : #606060}
    
        img { border-color : #000000; }
    The colors in this stylesheet are conflicting with the colors in the other stylesheet.

    My suggestion: combine the stylesheets or delete one of them.

  8. #8
    Join Date
    Mar 2006
    Posts
    163
    Plugin Contributions
    0

    Default Re: colors won't change

    thanks--somehow a stylesheet from a previous store we did got loaded into the /catalog folder. i just deleted that one and everything looks beautiful now!

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. Change stock colors?
    By 65fastback2+2 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Mar 2009, 05:58 PM
  3. to change sidebox colors?
    By sassayone in forum Basic Configuration
    Replies: 5
    Last Post: 4 Jun 2007, 05:22 AM
  4. All Sidebox Content Colors Won't Change
    By Lainee in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 May 2007, 05:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg