Hi there Admin/Rob!
I just bought the plugin (as well as woocommerce plugin) and am so excited. I ran into a few issues (a lot I was able to fix via support, but with my styling I am really struggling).
I have tried this with Gravity Help CSS turned on and turned off. Because I want my gravity product options forum to look exactly like my theme, I have no decided to keep it off. Despite that, I am seeing indentations and bullets (the code below did remove the bullet on the "Engraving Option:" line; here is an example: http://doamore.wpengine.com/shop/adar/
At the end of the day, I really want this to match the other drop down menus (woo commerce drop down menus)
I have pasted all of this already:
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;
border: none !important
}
.gform_wrapper ul li.gfield {list-style: none !important;}
#gform_wrapper_5 ul {
padding: 0;
}
Do you have any idea what to do? I am going in circles but really don't know how to change this. It is really important that everything is justified to the left and that the font color matches the rest of the theme.
I appreciate it so much!