Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$10
Getting rid of Bullet points
Just need some help removing the bullet points from a page on our Wordpress that is using a form plugin.
We do not want the bullet points to be removed from the rest of the site.
url is in the image attached.
Please let us know and we'll PM you the details.
Many Thanks
This question has been answered.
jimspankling | 02/07/13 at 10:01am
Edit
Tutorial: How to assign prize money
(5) Responses
See a threaded view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
02/07/13
10:06am -

Last edited:
02/07/13
10:09am -

Last edited:
02/07/13
10:10amHai Bui says:You can add this style to remove the bullets:
.ninja-forms-form ul li { background: none; padding: 0;} -

Last edited:
02/07/13
10:15amSachindra Narayan says:hi there, you have defined the style for li tag in ninja-forms-mp-display.css .. line no. 305 as a background image...thats why you are getting a bullet point alongside..
try using this:
li.hidebullets{
background:none;
} -

Last edited:
02/07/13
10:14amManoj Raj says:Got the form from google cached page
Change the following code in your ninja-forms-mp-display.css from
ul li { list-style : none !important }
to
ul li {
list-style:none !important;
background: none transparent;
}
or you can add the following to your style.css
ul li.hidebullets { background: none transparent; }
This question has expired.
Gabriel Reguly, idt, Francisco Javier Carazo Gil, Arnav Joy, jimspankling voted on this question.
Current status of this question: Completed
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.

