Email Marketing Tool

CCastillo
メンバー

Remove The Stroke from CTA

解決

I am trying to remove the darker stroke around the Rectangular Style CTA. Does anyone know of a way I can edit it. I have been trying in the custom CSS box under Advanced settings to no luck. Thank you!

0 いいね!
1件の承認済みベストアンサー
Mike_Eastwood
解決策
キーアドバイザー | Gold Partner
キーアドバイザー | Gold Partner

Remove The Stroke from CTA

解決

Hi @CCastillo 

 

You can add custom CSS to your CTA (see image below)

border:none;

 Alternately, you could add a Custom Class and add it to your main style sheet (which is better than inline CSS using the method above).

 

Have fun

MikeScreen Shot 2020-08-28 at 3.26.26 PM.png

元の投稿で解決策を見る

0 いいね!
2件の返信
Mike_Eastwood
解決策
キーアドバイザー | Gold Partner
キーアドバイザー | Gold Partner

Remove The Stroke from CTA

解決

Hi @CCastillo 

 

You can add custom CSS to your CTA (see image below)

border:none;

 Alternately, you could add a Custom Class and add it to your main style sheet (which is better than inline CSS using the method above).

 

Have fun

MikeScreen Shot 2020-08-28 at 3.26.26 PM.png

0 いいね!
CCastillo
メンバー

Remove The Stroke from CTA

解決

Ah border,

 

thank you! I was tring stroke commands to no luck.