How do I remove a button in code | Community
Skip to main content
Talia_Reid
New Participant
April 15, 2020
Solved

How do I remove a button in code

  • April 15, 2020
  • 1 reply
  • 1598 views

 

Can I remove the "Visit our site" button from the code?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 15, 2020

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.