I think it’s because you have chosen a custom button style in the Menu settings.
Either Fill or Outline and not Legacy- right?
Try this instead:
.knMenuLink.knMenuLink--button { color: #036dfc !important }
Norm
I think it’s because you have chosen a custom button style in the Menu settings.
Either Fill or Outline and not Legacy- right?
Try this instead:
.knMenuLink.knMenuLink--button { color: #036dfc !important }
Norm
No, that didn’t work either. I did get the “log out” link set to blue:
a.kn-log-out{color:#036dfc !important;}
The remaining page links next to user’s name are still black. Only way to change them back to blue is in the design, look and feel settings under text which if I change that to blue, makes my text data in the tables blue AND my labels on a detail view page are also blue when I use your KTL program.
No big deal, I can live with it until there’s a fix. I like your auto refresh feature on the detail view pages and am willing to sacrifice the black links on top of page. I’ve used other scripts for auto refreshing and like yours due to the fact it’s a “silent” refresh, meaning your don’t see the Knack spinner every 10 or 15 seconds when it refreshes like other scripts I’ve used. If changes are made within time interval, they just appear. NICE FEATURE!!!
Thanks again Norm… JON
Add this for the info bar:
.kn-info-bar [href] { color: #036dfc }
Yes… that worked on the info bar for computers, but the menu links found in the “hamburger” drop down are still black on mobile devices. ???
Thank you…