Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default changing nav links at top of page

    Hi.

    I want to change the color of the nav links at the top of the page.
    i.e new systems, base units etc.

    http://pc-mot.com

    The css rules for these links is the same as the main page links. Therefore i cannot change them independantly. What would be the best way to do this?

    Is there somewhere i could add inline style rules to overide the stylesheet?
    Ive looked around but can't seem to find out where the html code for these links resides.

    Thanks.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    Use the ID ( #navCatTabs) in conjunction with the a:link to achieve your goal.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    im sorry im not enirely sure what you mean.
    i can see the following rule in my stylesheet:-

    #navCatTabs ul {
    list-style-type:none;
    text-align:center;
    }

    should i add a:link here?

  4. #4
    Join Date
    Dec 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    try something like

    #navCatTabs a {
    color:ffffff;
    }

  5. #5
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    hi. I added that code to my stylesheet but nothing happened!

    anything else i can try?

    thanks.

  6. #6
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    anyone?

  7. #7
    Join Date
    Dec 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    Im not sure if this is it or not, but if you entered the code just like it was the colors still would have been white. Change the color like this...

    #navCatTabs a {
    color:080808;
    }

  8. #8
    Join Date
    Dec 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: changing nav links at top of page

    Also, the color: declaration needs a '#' before the color code. I accidently missed that from my previous post.

    In all, try

    #navCatTabs a{
    color: #080808;
    }

 

 

Similar Threads

  1. Top nav bar links still going to old folder when 'live'.
    By habsolutely in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 6 Oct 2011, 04:57 AM
  2. Top and bottom nav links
    By mrsam999 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Aug 2010, 12:47 AM
  3. Adding links to the main (top) nav
    By ktomas in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jul 2009, 09:52 PM
  4. Place Links in Top Nav Bar?
    By lmw1 in forum Basic Configuration
    Replies: 0
    Last Post: 3 Oct 2007, 01:41 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