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

    Default What do I edit for basic text color changes?

    My site is www.redlinestands.com and I've decided to make all of my "categories" links on the left in black, plus the sub-category links too. I figured out how to change the "information" links to black but not what's above it. Any idea how I do this? I'd also like to change the "Home Log In" hover colors to white. They hover to red right now and it just looks too serious with red text on a black background. I've been fooling around with it all morning to no avail on these two things. Please help and thanks in advance.

    Ian

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What do I edit for basic text color changes?

    You can use a developer tool like Firebug for Firefox, or whatever is available in your browser of choice (even IE has some sort of developer tool now) to inspect the element you are interested in and see what stylesheet rules control it, and/or what CSS class/id applies to it, and edit that. In Firebug you can edit and add styling and see the results instantly, so you know exactly how to edit your actual stylesheet. You've been at this long enough that you need to learn to do basic things like this for yourself.

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

    Default Re: What do I edit for basic text color changes?

    I agree Glenn. The problem is that this company is no longer just 1 guy doing a couple grand a month in business. It's extremely rare that I don't spend the entire day on the phone with customers or other business associates. I really need someone I can hire to take care of this stuff. Are you interested? At some point Sam Walton had to hand over day to day operations to more talented individuals to handle these task and that's somewhat like what is happening here, though admittedly on a smaller scale.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What do I edit for basic text color changes?

    Hover colors are trickier because they are harder to "inspect" directly. For the top links, add this:
    Code:
    #navMain ul li a:hover
    { color:#ddddff; /* changed 20131001 */
      }

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What do I edit for basic text color changes?

    Yes, being too busy running a successful business to handle website details is a legitimate (and good) problem to have:)

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What do I edit for basic text color changes?

    To change the categories links from your site's default red link color, find this rule in stylesheet_chcategories_dressing.css and add the "color: #000000;" line:
    Code:
    #chcategories ul a {/*top categories*/
        display: block;
        background: #ffffff;
        border: none;
        margin: 0;
        padding: 0 0.4em;
        color: #000000;
        }

 

 

Similar Threads

  1. Font color on all text changes color when clicked
    By mariasims in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jul 2010, 08:15 AM
  2. IE - text changes color
    By babi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jun 2008, 07:43 AM
  3. Text color changes on product description page
    By outpostmontana in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Oct 2007, 11:17 PM
  4. Text color changes...can't find
    By The3dZone in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Jun 2007, 07:50 PM
  5. What file do I edit to change "For more information" text?
    By starchildcrafts in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Nov 2006, 07:20 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR