Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2007
    Location
    Orlando, Florida
    Posts
    72
    Plugin Contributions
    0

    Default how to change several things?

    How can i change the color to the links on my categories box and also the bottom line of each box, its still green, Ive been searching and changing color from the css style sheet, but dont get the right one. Also how can i make just the links under my header color Black, not light grey.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: how to change several things?

    Post a url to your site for specific solutions
    Zen-Venom Get Bitten

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

    Default Re: how to change several things?

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #336633;<------change green border
    	margin-top: 1.5em;
    	}
    
    
    
    
    /* categories box parent and child categories */
    A.category-top, A.category-top:visited {
    	color: #008000;
    	text-decoration: none;
    	}
    A.category-links, A.category-links:visited {
    	color: #004080;
    	text-decoration: none;
    	}
    A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    	color: #FF0000;
    	text-decoration: none;
    	}
    SPAN.category-subs-parent {
    	font-weight: bold;
    	}
    SPAN.category-subs-selected {
    	font-weight: bold;
    	}
    /* end categories box links */

  4. #4
    Join Date
    Jun 2007
    Location
    Orlando, Florida
    Posts
    72
    Plugin Contributions
    0

    Default Re: how to change several things?

    Thanks alot Gjh42!.

    If i want to put an image on the background, where would i make those changes?

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

    Default Re: how to change several things?

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;<------change green border
    margin-top: 1.5em;
    }

    for the whole box, or

    A.category-top, A.category-top:visited {
    color: #008000;
    text-decoration: none;
    }

    for individual category names.

 

 

Similar Threads

  1. Replies: 7
    Last Post: 18 Jun 2011, 07:38 PM
  2. Shipping Module---based on several things
    By timhersh in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Feb 2011, 04:40 PM
  3. need help with several things
    By shadowcast in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Aug 2010, 12:48 PM
  4. How to change 1 attribute for several categories?
    By Yolanda in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 19 Dec 2009, 08:04 PM
  5. several things - IE 7 and column layout for starters
    By bjraines in forum General Questions
    Replies: 2
    Last Post: 26 Feb 2007, 02:11 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