CMS Development

AMA_Anthony
Miembro

Custom bullets appearing along with placeholder bullets

resolver

Hi there,


I'm having an issue removing bullets on radio buttons and I'm not sure what to do on this. Any help or ideas would be appreciated. Capture-Bullets-Radio Button.PNG

http://info.commerce.ama-assn.org/ama-web-series-ama-guides-web-forum-feedback

 

 

0 Me gusta
1 Soluciones aceptada
Jsum
Solución
Asesor destacado

Custom bullets appearing along with placeholder bullets

resolver

@AMA_Anthony ,

 

It looks like you need to apply the css to a stylesheet connected to the page. I don't see the css needed to fix the issue in the inspector for your page. try adding something like this to your style sheet:

form.hs-form ul,
form.hs-form ul li {
    list-style: none;
    padding-left: 0;
}

Ver la solución en mensaje original publicado

4 Respuestas 4
Jsum
Asesor destacado

Custom bullets appearing along with placeholder bullets

resolver

Hi @AMA_Anthony ,

 

You need to style your form <ul> elements:

https://embed.vidyard.com/share/qLcJanZATzAM1KowqDFj4U?

AMA_Anthony
Miembro

Custom bullets appearing along with placeholder bullets

resolver

Thanks @Jsum but it's still giving me problems. 

Capture-Bullets-Radio Button v2.PNG

0 Me gusta
Jsum
Solución
Asesor destacado

Custom bullets appearing along with placeholder bullets

resolver

@AMA_Anthony ,

 

It looks like you need to apply the css to a stylesheet connected to the page. I don't see the css needed to fix the issue in the inspector for your page. try adding something like this to your style sheet:

form.hs-form ul,
form.hs-form ul li {
    list-style: none;
    padding-left: 0;
}
JLewis385
Participante

Custom bullets appearing along with placeholder bullets

resolver

Thanks, this worked for me. 

0 Me gusta