Hi!
I'm working on this website: cressidamurray.com and having a problem trying to get the bottom menu items to be black on the homepage. I've tried targeting them each with custom css in multiple ways (using the tutorial etc)
The thing I have found that works(ish) is:
.slug-work a:link {
color: #000000 !important;
}
But this seems to work inconsistently on chrome and not on safari (at least for me). I was wondering if anyone could help ?
Thanks, Charlie