In the right corner of the the Dashboard footer, there is a “Get help” link to https://support.livewhale.com/ – a URL which is of no use to 99% of our editors. Is there a way to change it to my own support page?
(If not, what do you recommend as the smartest way to hide it?)
Thanks! Two interesting things. Turns out I had hidden it with this css back in March 2021:
.footer #help_link {display: none;}
which seems to have gotten broken by a LW update in the years between.
Second, it didn’t vanish till I added a div this time; that is, the code is as follows:
div#help_link {display: none;}
… but perhaps it was just cache.