PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Getting rid of list arrows

  1. I believe I have done this before but forgot how to target.. Does anyone know the css code to get rid of the arrows on this page? Do i just enter it on the themes style sheet.. Thanks

    http://logoicons.s3.amazonaws.com/listarrows.jpg

    Posted 13 years ago on Saturday September 24, 2011 | Permalink
  2. http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/

    Yes you just add the styles to the end of your theme's style.css. Without a link to your form I can't give you the specific code or make sure it works, but the code in the FAQ should be pretty close.

    Posted 13 years ago on Saturday September 24, 2011 | Permalink
  3. here is the page.. thank you https://fanpage4me.com/scottheliker/contact/#

    Posted 13 years ago on Saturday September 24, 2011 | Permalink
  4. Did you try that code from the FAQ page? It worked for me.

    [css]
    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
    	list-style-type:none!important;
    	list-style-image:none!important;
    	list-style:none!important;
    	background-image:none!important;
    	background:none!important;
    	padding:0!important;
    	margin:0!important
    }

    You need to remove the background image for the list items. The code in the FAQ takes care of it.

    Posted 13 years ago on Saturday September 24, 2011 | Permalink
  5. Awesome, thank you for being so prompt Chris :)

    Posted 13 years ago on Saturday September 24, 2011 | Permalink
  6. No problem.

    Posted 13 years ago on Saturday September 24, 2011 | Permalink

This topic has been resolved and has been closed to new replies.