Twenty Fourteen: customize secondary menu in left sidebar
-
Hi!
Id like to change the color of the little line between the secondary menu items. I tried adding a border, but that’s obviously not it.
Also, I would like the color of the text of a selected item (when we are in said menu section that is) to be another color – how can i customize that?
Thanks again for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi Marieevepreaux,
If you use the custom css feature and add the following I believe it will change the items you are looking for.
.secondary-navigation li { border-color: <your color>; } .secondary-navigation li.focus a { color: <your color>; }Just specify the colors you would like for each.
-
-
Sorry about that. It looks like it needs to be the following instead.
.secondary-navigation, .secondary-navigation li { border-color: <your color>; } .secondary-navigation li.focus a { color: <your color>; } -
- The topic ‘Twenty Fourteen: customize secondary menu in left sidebar’ is closed to new replies.