Skip to content
Discussion options

You must be logged in to vote

Does adding my logo url to the field you mentioned replace the listmonk logo? Just want to make sure I understand.

Yes, on all public-facing pages. I recommend adding a custom favicon as well if you have one.

As for the text, I was hoping to replace "Subscribe" with "Subscribe to our mailing list" or something similar.

You have a number of options:

With JavaScript

Go to Settings > Appearance > Public > Custom JavaScript and paste the following:

document.querySelector('h2').innerHTML = document.querySelector('h2').innerHTML.replace('Subscribe', 'Subscribe to our mailing list');

By editing the webpage file

Please see the System Templates doc section.

In your case: Edit the following su…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ToxicCosmos
Comment options

Comment options

You must be logged in to vote
5 replies
@ToxicCosmos
Comment options

@candidexmedia
Comment options

Answer selected by ToxicCosmos
@ToxicCosmos
Comment options

@candidexmedia
Comment options

@ToxicCosmos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants