Nav Bar Editing
-
I am using the Grisaille theme. Great theme, very versatile except I know the bare minimum on how to change items in the CSS. (basically how to figure out what is what and change color) I want to change the color for a single item in my nav bar but the code used is global and I don’t know how to make it specific or where the html for each nav page (href=”page_id” color= #ff00ff) is. Can this code be altered to specify a color for one of the tabs?
a {
color:#ffffff;
text-decoration:underline;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition:color 0.2s linear;
transition:color 0.2s linear;
}
Thanks. I tried inserting a tab number and a #navbar li line but it didn’t change anything
- The topic ‘Nav Bar Editing’ is closed to new replies.