SOLVED

How do I remove a button in code

Go to solution
Talia_Reid
Level 2

How do I remove a button in code

Snowbunny.PNG

 

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

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How do I remove a button in code

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

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How do I remove a button in code

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.