Updating hyperlink in footer

How do I update the hyperlinks in the footer pls?

1 Like

If you want to hide it, you can “CSS it out”… :slight_smile:

.suggested-topics-message{
   display:none;
}

If you want to change it, you can select it with a Javascript query selector and change it as you like.

Sorry, I mean I have a footer that contains broken links because I’ve removed posts - and I’ve forgotten where the links are updated/ edited.

1 Like

Ah! That’s a totally different kettle of fish :). @IvanC

My best guess is “on that topic” that if you give Discourse sidekiq (the job scheduler) and the cache “some time”, this will correct itself (over time).

How long has it been since you deleted the topics?

2 Likes

Post a screenshot and lets see.

If it’s the FAQ & Privacy Stuff, then in your About will Also have broken links

1 Like

I guess I deleted the posts months ago…

I have two links in my footer - and want to now either delete the two references or to update their links

1 Like

that looks like a theme component.

you can go change it in settings

Just scroll to the bottom

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.