Hide Bullets on Front End Forms

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 5 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
November 14, 2013 at 1:57 am 10063
Tareq Hasan I have read the support forum and see that the solution for hiding the bullets on WPUF forms is:
.entry ul.wpuf-form li{ list-style: none; }
I have tried this in my CSS but it doesn't hide the bullets. Any ideas?
November 14, 2013 at 6:22 pm 10072
Tareq Hasan Tareq Hasan

Try addding !important. e.g.: list-style: none !important;

Viewing 1 Posts - 1 through 1 (of 1 total)