Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @andytodd88,

    I could not view the form on your site as it looks like you have a ‘Coming Soon’ page enabled.

    When you get the chance, could you adjust the settings so I can view the form on your site?

    In case it helps, you can also try the following CSS snippet:

    .entry-content .wpforms-container ul>li:before {
        content: '' !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter andytodd88

    (@andytodd88)

    Hello Choi,

    Thanks so much for taking the time to reply.

    I’ve now disabled the coming soon page so you can take a look.

    I tried the above code but it didn’t work. Would appreciate some further assistance when you get a chance.

    Many thanks,
    Andy

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @andytodd88,

    Thanks for the update!

    I was able to view the form. Please try the following CSS snippet instead:

    .wpforms-field-checkbox ul>li:before {
        display: none !important;
    }
    

    Hope this helps ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Etalon theme’s bullets appearing in form’s list’ is closed to new replies.