Using the Squarespace Adirondack theme, I need to make one nav item a different color ("shop kids"), and when I target its id starting with yui_ etc. it does not work because the id keeps changing - it seems that the nav item id gets auto-generated by Squarespace. I can change the colors of the nav items globally with no problem using css, but my requirements here are to make one nav item EE258F (pink) in both the visited and active states. Is this possible?
In Squarespace Adirondack theme, how do I target an individual nav item with CSS?
207 views Asked by Shara Karasic At
3
You can target that link specifically by selecting it in CSS based on its
href
attribute, like so: