Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Add link to navcattabs bar

    sorry to keep posting like a mad man here.. i just realized an adverse affect to the code i added to the tpl. it caused my product list font colors to grey like the links... any way to isolate this to just the navcattabs section?

  2. #12
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,702
    Plugin Contributions
    11

    Default Re: Add link to navcattabs bar

    I figured you'd see the error of your way by changing EVERY a tag in the entire cart.

    Most items are in a wrapper or div. Use something like navCatTabs ul li a VERSUS just plain a.

    At least you've learned how to change every link if you want to.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #13
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Add link to navcattabs bar

    Quote Originally Posted by dbltoe View Post
    I figured you'd see the error of your way by changing EVERY a tag in the entire cart.

    Most items are in a wrapper or div. Use something like navCatTabs ul li a VERSUS just plain a.

    At least you've learned how to change every link if you want to.
    i must be doing something wrong here.. after i did as you suggested (i think i did it right) everything seems to revert back to before i added it therefore i see login in blue, etc. here's the code i added


    <style type="text/css">
    navCatTabs ul li a:link {
    COLOR: #9a9a9a;
    }
    navCatTabs ul li a:visited {
    COLOR: #9a9a9a;
    }
    navCatTabs ul li a:hover {
    COLOR: #FF0000;
    }
    navCatTabs ul li a:active {
    COLOR: #00FF00;
    }
    </style>

  4. #14
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,702
    Plugin Contributions
    11

    Default Re: Add link to navcattabs bar

    First of all take a chill pill, drink a margarita, or something. Whatever it takes to get off that horse you've jumped on and rode madly off in all directions!

    1. The css styles go (amazingly enough) in the stylesheet.css NOT the file.
    2. You cannot just throw a link in an unordered list without surrounding that link with <li></li> It certainly won't do what you tell it in the css if it isn't laid out that way.

    Move the css to the stylesheet and surround those orphan a tags with their proper tag.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #15
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Add link to navcattabs bar

    Quote Originally Posted by dbltoe View Post
    First of all take a chill pill, drink a margarita, or something. Whatever it takes to get off that horse you've jumped on and rode madly off in all directions!
    anxious to go to bed

    Quote Originally Posted by dbltoe View Post
    1. The css styles go (amazingly enough) in the stylesheet.css NOT the file.
    2. You cannot just throw a link in an unordered list without surrounding that link with <li></li> It certainly won't do what you tell it in the css if it isn't laid out that way.

    Move the css to the stylesheet and surround those orphan a tags with their proper tag.
    Makes sense.. i put the <li></li> and it looks the way it should thank you!!!

  6. #16
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,702
    Plugin Contributions
    11

    Default Re: Add link to navcattabs bar

    Glad you got it going
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 'Home' link on NavCatTabs
    By sle39lvr in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Nov 2015, 09:03 AM
  2. Add link on top menu bar
    By Moncia in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 17 Jun 2011, 09:25 AM
  3. add link to navigation bar
    By herosunfun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Oct 2010, 11:06 PM
  4. navCatTabs question - How do I remove this bar?
    By mtimber in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Aug 2008, 05:05 PM
  5. Increase space between navCatTabs in top navigation bar?
    By efghijk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jul 2007, 03:01 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