Can I remove the "Visit our site" button from the code?
Solved! Go to Solution.
Of course, you can remove any element you want, but that's just a screenshot.
Since it's an email, that button is going to be a styled <a> tag (not technically a <button>) so look for that in the source.
View solution in original post