Viewing 2 replies - 1 through 2 (of 2 total)
  • Your question is confusing. You say you need styling and you also say you want no additional styling. I’m taking a shot at it anyway.

    Try this in your style.css file:

    .row-2 a:link, .row-2 a:active, .row-2 a:visited	{
    	color: White; text-decoration: none;
    	font-family : Arial, Helvetica, sans-serif;
    }
    
    .row-2 a:hover	{
    	color: Yellow; text-decoration: none;
    	font-family : Arial, Helvetica, sans-serif;
    }

    It gives you total control of the nav links in the CSS.

    Thread Starter Spencer Hill

    (@ws5f3dj7)

    Hey Rockey, sorry about being confusing.

    What I’m trying to say is, I want to strip the ul and li from the navigation, so it’s just a’s. Does that make better sense?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Having trouble styling the nav…’ is closed to new replies.