Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Posts
    80
    Plugin Contributions
    0

    Default friggin style sheet

    hi all,

    is there no way to quickly and properly identify which classes in the style sheet affect what?

    zen carts great and im not complaining, but this part of the customization process feels unnecessarily tedious. sometimes futile.

    ive been searching and trying many things all day and there are about 3 classes which i just can not find.

    the categories sidebox, the active link is bolded. id like to disable that. cant see how.

    the text that says "main page sample text". id like to change the colour of that. easier said than done.

    i cant believe that the ZC community fields every one of these types of questions every day! so maybe im missing something.

    is there a way to quickly identify which classes in the style sheet affect what?

    sincere thanks,
    Marco.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: friggin style sheet

    Break down and get a few tools to help you ...

    FireFox Browser ...

    Plug-Ins:
    Web Developer's Tool Kit ...

    There are a few others ... but these would surely save you a lot of time ...

    Perhaps someone has the thread handy with all the nice links to these wonderful plugins ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: friggin style sheet

    And when in doubt ... View Source is a very handy built in tool to your browser to see just what is happening where ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Jul 2006
    Posts
    125
    Plugin Contributions
    0

    Default Re: friggin style sheet

    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #FFFFFF;
          background-image:url(../images/bg3.gif);
    	}
    
    a img {border: none; }
    
    a:link, #navEZPagesTOC ul li a {
    	color: #000080;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #000080;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #808080;
    	}
    
    a:active {
    	color: #000080;
    	}
    
    
    That's the active link (But don't quote me on it)
    To change the text on the main pages simply follow the implicit instructions
    "This section of text is from the Define Pages Editor located under Tools in the Admin"

    Go to your admin panel > Tools > Define Pages. Then Select main page and you can edit your text there. You should be able to force it to use whatever colour you want by giving the #ref

  5. #5
    Join Date
    Jun 2005
    Posts
    80
    Plugin Contributions
    0

    Default Re: friggin style sheet

    ajeh and blue thanks for the help.

    ajeh, i have both of those tools. but some of the "paths" that the webdeveloper extension shows are too long and dont fit in the status bar of the browser below. so i cant really tell which class its trying to show me. nobodys fault.

    blue

    i dont think thats the right code. the active link becomes bold. not changes color. ive been at this literally for 10 hours.

  6. #6
    Join Date
    Jul 2006
    Posts
    125
    Plugin Contributions
    0

    Default Re: friggin style sheet

    Do you have a link to your site?

    And what template are you using, is it a custom one you made or a standard one?

  7. #7
    Join Date
    Jun 2005
    Posts
    80
    Plugin Contributions
    0

    Default Re: friggin style sheet

    http://www.footnotelabs.com

    my own template made from the classic template.

    arrrggghhh

  8. #8
    Join Date
    Jun 2005
    Posts
    80
    Plugin Contributions
    0

    Default Re: friggin style sheet

    heres a tricky one.

    is there any way to create a one line space between "how it works" and "designs"?

 

 

Similar Threads

  1. categories style sheet ?
    By trucurrent in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Oct 2009, 05:23 PM
  2. Style Sheet Question
    By Charlie Denver in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jul 2007, 09:20 AM
  3. Is default style sheet read at all while custom style sheet is on?
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 May 2007, 04:14 PM
  4. Menus in Style sheet
    By Jenita in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Mar 2007, 01:25 PM
  5. style sheet questions
    By g0d4lm1ty in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 11 Dec 2006, 06:20 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