Return to start of topic

You can also return to the top of a topic by clicking on the title in the header on both desktop and mobile.

.

If that doesn’t work for your users and you still want to add “Return to the top” then add this to the common CSS tab of your theme

.timeline-date-wrapper .start-date {
  &:before {
    content: "Return to top"; // Change the text here
  }

  .d-label {
    display: none; // hide the topic OP date
  }
}

10 Likes