Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    193
    Plugin Contributions
    0

    Default How can I make my menu so the link to the page you are on is a different color?

    How can I make my menu so the link to the page you are on is a different color. Its been done for this site here;
    http://www.inksale.com/index.php?mai...index&cPath=32

    The CSS for this site is;
    span.navbar-subs-selected {
    color:#00FFFF;
    }
    I cant figure out how to modify this for my site.

    My menu has the normal ‘Home’ and ‘Log In’ links, as well as my Categories, and one EZ-Page.

    My site is not online yet so I cant post a link. While I figure out how to do this ive installed the default site with all the original settings.

    thanks
    james

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How can I make my menu so the link to the page you are on is a different color?

    If you mean the links turning pink when you put your mouse over them,

    a:hover { color: #ff59ff; text-decoration: none; }

  3. #3
    Join Date
    Apr 2008
    Posts
    193
    Plugin Contributions
    0

    Default Re: How can I make my menu so the link to the page you are on is a different color?

    Thanks for you reply but what I mean is after you click the link, and move your mouse curser away from the link, I then want it to be bold or a different color so you know what page you are on.

    On the site I gave a link for this is done with a turquoise blue.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How can I make my menu so the link to the page you are on is a different color?

    Sorry, I didn't see the links in the header.

    a:active { color: #295869; text-decoration: none; }

    This won't work with your categories list - they go bold when active.

  5. #5
    Join Date
    Apr 2008
    Posts
    193
    Plugin Contributions
    0

    Default Re: How can I make my menu so the link to the page you are on is a different color?

    I added;

    a:active { color: #295869; text-decoration: none; }

    to my css but nothing happens.

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How can I make my menu so the link to the page you are on is a different color?

    I guess we'll need to see your site.

 

 

Similar Threads

  1. v139h How to Make the LOGO link point to the website home page in parent folder.
    By lynbor in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jan 2016, 10:04 PM
  2. v139h How can I change background color on search field so you can see the text?
    By heteromorphic in forum General Questions
    Replies: 5
    Last Post: 4 Nov 2013, 01:09 AM
  3. How to make the HOME page (index) different than the STORE page (main page)?
    By Dianna668 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 27 Apr 2011, 05:29 PM
  4. how can I make a two layered in the menu?
    By jamesdavid in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 May 2008, 04:23 PM
  5. Replies: 1
    Last Post: 30 May 2006, 06:51 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