Email Marketing Tool

CCastillo
Membro

Remove The Stroke from CTA

resolver

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 Avaliação positiva
1 Solução aceita
Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

Remove The Stroke from CTA

resolver

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

Exibir solução no post original

0 Avaliação positiva
2 Respostas 2
Mike_Eastwood
Solução
Conselheiro(a) de destaque | Parceiro Ouro
Conselheiro(a) de destaque | Parceiro Ouro

Remove The Stroke from CTA

resolver

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 Avaliação positiva
CCastillo
Membro

Remove The Stroke from CTA

resolver

Ah border,

 

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