And it is what is creating the cyan blue. How do I divide each menu item up and apply a different color to each one? Here is the HTML code generating the menu:
The @joshuanhibbert example should work just fine.
Just use the classes of the list itens on your css adding the anchor selector after as said by @joshuanhibbert and put the color that you want, the common properties as font-size, font-family and so on you can place on the #mt-main-nav a selector.
@mintertweed I had problems this morning with Wamp. Turned out that I deleted the "testmysql.php" file. Another common issue is Skype running while starting Wamp.
'Allo everyone. I have an issue. I want to take this and make it so each word in the menu is a separate color. I currently have an anchor tag:
And it is what is creating the cyan blue. How do I divide each menu item up and apply a different color to each one? Here is the HTML code generating the menu:
Thank you in advance!
Edit: Sorry about the glitch with the menu-bar div. I apparently have to click "Code" twice for it to appear as code for all of you to see.
Use the classes that you already have on the list items. So for example:
The @joshuanhibbert example should work just fine. Just use the classes of the list itens on your css adding the anchor selector after as said by @joshuanhibbert and put the color that you want, the common properties as font-size, font-family and so on you can place on the
#mt-main-nav aselector.Thank you, both of you. Once I can figure out what is going on with my WampServer, I shall apply these changes.
@mintertweed I had problems this morning with Wamp. Turned out that I deleted the "testmysql.php" file. Another common issue is Skype running while starting Wamp.
@chrisburton, yep, I was running Skype. Sigh.