Thread: Changing colors

Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Changing colors

    Hi!
    My site is up and running, but I have yet to solve this small, but annoying, problem. I have dark background sideboxes with a light background center section. The link text in the side box I have successfully made light, but it also makes *some* of the link text in the center section light, so it's difficult to see.

    If you go to my page at http://www.oddbodkin.com and click on new products, you'll see what I mean.
    I've gotten some of the link text to show up in brown using the stylesheet, but some of it, like on the "all products" link, show up in light yellow.

    Please help.

    Devlyn
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Changing colors

    To fix the light hovers in the main page, you can add this code to the stylesheet:
    Code:
    .greetUser A {
        color: brown;
    }
    .greetUser A:hover {
        color: gold
    }
    And manually assign a color to the swatches link, at the link code itself.

    That's if I'm understanding you well..

  3. #3
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Idea or Suggestion Re: Changing colors

    Hi!
    It helped enough that I was able to fix the rest of the problems myself. Thanks so much!

    Devlyn

    Quote Originally Posted by Sketchy
    To fix the light hovers in the main page, you can add this code to the stylesheet:
    Code:
    .greetUser A {
        color: brown;
    }
    .greetUser A:hover {
        color: gold
    }
    And manually assign a color to the swatches link, at the link code itself.

    That's if I'm understanding you well..
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Changing colors

    You're welcome, I'm glad to hear that.

 

 

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. changing colors
    By pearljamgurl in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Jan 2008, 01:18 AM
  3. Changing colors
    By geovino in forum Basic Configuration
    Replies: 1
    Last Post: 1 Jul 2006, 10:15 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