Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010769
    nlatouf
    Participant

    Hi guys!

    I’m having some serious trouble getting rid of these bullets that magically appear on my Gravity Form.

    I found a previous post here that provided CSS to fix it (https://community.theme.co/forums/topic/gravity-form-does-not-show-correctly-in-x/) but it didn’t work when I inputed that same CSS in my Customizer.

    The form appears: http://www.santasangels.ca/2016-test-form/
    I’m using Icon stack

    Everything is up to date (wordpress, x theme, etc).

    Any thoughts on how I could fix it?

    Thank you very much!

    #1010846
    Lely
    Moderator

    Hello There,

    Thanks for posting in.
    Please add the following custom CSS to remove the unwanted bullets.

    ul#gform_fields_1 {
        list-style: none;
    }

    Hope this helps.

    #1010979
    nlatouf
    Participant

    Unfortunately it did not (see screenshot). Have I inputted it incorrectly?

    #1011107
    nlatouf
    Participant

    Ah! I figured it out! I had to enable CSS output from the plugin settings after I added the CSS you provided. THANKS SO MUCH!

    #1011169
    Paul R
    Moderator

    You’re welcome and glad you were able to figure it out! 🙂

  • <script> jQuery(function($){ $("#no-reply-1010769 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>