Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    11
    Plugin Contributions
    0

    xhtml problem Can't find where to change Cyan color

    I have read the other threads and the FAQs and applied the instructions but I have not managed to change some specific collored areas.

    I have changed in:

    / public_html / includes / templates / MY TEMPLATE / css / stylesheet.css

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #ffffff; /* this is supposed to be white */
    }

    Even with the above change, if you check my site www.poolpresent.com you will see at the right bottom of the site the cyan color.

    Also I would like to change the Orange color which appears on the right side of the page between the boxes.

    Finally, I would like to change the Brown color on the Navigation bar where is says "Home".

    I have been looking and testing for days in different parts of the code without success. Any help as to which parts of the code in the stylesheet.css would greatly be appreciated.

    Thank you,
    Asriel

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

    Default Re: Can't find where to change Cyan color

    Finally, I would like to change the Brown color on the Navigation bar where is says "Home".
    #navBreadCrumb {
    background-color: #cc9900;
    }


    Also I would like to change the Orange color which appears on the right side of the page between the boxes.
    #navColumnOne {
    background-color: #FFCC99;
    }

    #navColumnTwo {
    background-color: #00BFBF;
    }

  3. #3
    Join Date
    Nov 2006
    Posts
    11
    Plugin Contributions
    0

    xhtml problem Re: Can't find where to change Cyan color

    Fantastic!. Thank you very much.

 

 

Similar Threads

  1. Can't find where a color is showing up on stylesheet?
    By KismetDesign in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Aug 2009, 04:10 PM
  2. Can't find where to change text
    By lilrowo in forum General Questions
    Replies: 2
    Last Post: 12 Oct 2008, 09:26 AM
  3. Cannot find where to change the text color....
    By kameleon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 May 2008, 06:08 PM
  4. Can't find css elements to change color
    By isaacr25 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Dec 2007, 07:28 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