Editing text on Account page

Hi all. I searched high and low for this and can’t seem to find the answer. Atfter signing it, Ghost redirects you to your account and a “welcome back, [name]” page. Does anyone know how to edit this text?

That looks like it is probably baked into your theme - it isn’t text I’ve seen before. What theme is this?

It’s a custom theme. I checked the theme files already, but perhaps I need to do more digging… it’s got to be in one of those.

Check design settings first on the off chance that the theme dev gave you some customisable fields for this text.

Next take a small part of the message, do a text string search over a whole project (in VSCode, or GitHub, or…), you’ll hopefully be able to find which part of the theme has this. “Welcome back” will probably work, but not “Jake” as that must be coming from @member.firstname — in fact you could actually look for all the places where @member or @member.firstname are used in the theme, that’s probably simplest way to come up with a shortlist of files where this comes from :smiling_face_with_halo:

3 Likes

That did the trick, thank you!

It was coming from the custom membership page in the theme. The code editor I was previously using didn’t have great syntax highlighting or search, but VSCode search worked a treat.

2 Likes