• Is there a way to change ONE link on my top navigation to a different color? My website is http://www.doyouknowwhatihate.com

    I want the Submit Story link at the top to be a different color. I know how to change them as a whole, but how can I isolate one link and change the color? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try using something like:

    #nav ul li.page-item-28 a {color:blue;}

    Thread Starter bobbyavidity

    (@bobbyavidity)

    Where should I put that and how do I know which page item my Submit-story page is?

    It needs to be placed at the bottom of style.css. If you look in the Page list in Admin/Pages, place your mouse over “Submit Story” and check in the lower-left of your browser window, you should see that this page has an id of 28. You can also confirm this by looking at the source of your navigation menu (as I did).

    Thread Starter bobbyavidity

    (@bobbyavidity)

    Awesome! That worked. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Top Navigation Color links’ is closed to new replies.