I am trying to change the font colour of my site navigation on one page only and haven't had any luck at all with any code suggestions. I am using a Brine template. I've already added a custom logo code to the Advanced section of my portfolio page so I'm wondering if that's what's getting in my way? These are the codes I've tried (using my own collection #):
#collection-5fc6f37befc65c5b7a35dc2e .Header-nav-item {
color: #9b6b3b;
}
and
nav#mainNavigation * {
color: #9b6b3b !important;
}
If anyone could help, it would be so very appreciated! In case it helps, here is the code that's in there currently for the alternate logo (which is working just fine):
<style>
.header-title-logo a {
content: url("https://static1.squarespace.com/static/5fc6eb4e9ea50d41209e5974/t/6004ba6e12a04d6cc4a550cc/1610922606737/LOGO+OPTION+3-+Lora-+transparent+background-+bronze.png");
}
</style>
I tried to combine the two codes and it didn't do anything. Thanks so much for your help!