Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default My Look Changed W/out Editing My Stylesheet

    My Log In and Home links in the upper left corner were white with a red hover for over a week after making changes to my style sheet and now all the sudden they're back to their old colors but I haven't changed anything. Now they're red with a white hover, which is backwards of what my stylesheet defines. I've even verified that my sheet is the same on the server. Anybody see this happen before? It's like my browser is disregarding my stylesheet or something....

    Ian
    http://www.redlinestands.com/catalog/

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: My Look Changed W/out Editing My Stylesheet

    a:hover,#navMain ul li a:hover
    { color:#FFF; }


    This makes the hover white.

    #navMain ul li a
    { text-decoration:none;
    padding:0 0.5em;
    margin:0;
    color:#ff1c16; /* changed 12-24 */
    white-space:nowrap; }


    This makes the links red.

    #navMain ul li a:hover
    { color:#ff0000;}

    You have this later, but the hover color is already set.

  3. #3
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: My Look Changed W/out Editing My Stylesheet

    Quote Originally Posted by stevesh View Post
    a:hover,#navMain ul li a:hover
    { color:#FFF; }


    This makes the hover white.

    #navMain ul li a
    { text-decoration:none;
    padding:0 0.5em;
    margin:0;
    color:#ff1c16; /* changed 12-24 */
    white-space:nowrap; }


    This makes the links red.

    #navMain ul li a:hover
    { color:#ff0000;}

    You have this later, but the hover color is already set.
    Well I removed the first a:hover,#navMain ul li a:hover statement. I've changed the navMain ul li a statement to white but it hasn't done any good. I thought the #navMainWrapper a {color: #ffffff !important;} at the end of my stylesheet made those links white but it sounds like you are telling me differently?

    Ian

 

 

Similar Threads

  1. v153 stylesheet logo editing
    By pixel1987 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 17 Dec 2014, 05:38 PM
  2. Problem with template/stylesheet and changed language
    By tragosina in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2011, 04:16 PM
  3. Changed site location & lost stylesheet
    By chptif in forum General Questions
    Replies: 4
    Last Post: 11 Feb 2009, 04:29 PM
  4. Changed stylesheet height for header...but still not right
    By maineiac13 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Sep 2008, 01:31 AM

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