Viewing 7 replies - 1 through 7 (of 7 total)
  • I would check in your theme’s style.css file for a conflict.

    This plugin also has a style.css, but the only asterisk in the plugin is the red asterisk after the label indicating a required field. (You have some of those in your form.)

    You might have to do some renaming to solve the conflict.

    I’m not the author. He might have other thoughts. I’m just trying to help out.

    Ron

    Plugin Author hoffcamp

    (@hoffcamp)

    Ron is right. The problem is some file called ‘-green.css’ adds a background, the little green star image, to ‘li’ elements. I don’t know how the theme you are using works, so I don’t know the best place to add CSS, but if you put the following somewhere the stars should go away:

    .fm-form li{
    background: none !important;
    }

    Just keep in mind, if you put this in the ‘style.css’ file in the form manager plugin your changes will be lost the next time you upgrade. I noticed that your page loads a ‘custom.css’ file with your theme, so I am guessing there is a way to keep customizations in your theme files. That would be the better way to go.

    Thread Starter wp-pop

    (@web93)

    thanks so much, really appreciated – i’m now having the same with a paypal plugin here: http://motivationalspeakershub.com/listing-set-up-service-2/

    I know it has nothing to do with you/its a different plugin but if you have any ideas i would be forever in debt! i’m confused as it doesn’t have a css file?

    Plugin Author hoffcamp

    (@hoffcamp)

    You can get rid of the green stars in general by removing .fm-form from what I gave you before.

    Plugin Author hoffcamp

    (@hoffcamp)

    FYI I noticed you put the CSS into the syle.css file for the form manager plugin. If you ever update, you will have to redo the changes. I would imagine your theme has a way of adding custom CSS that won’t get lost after an update.

    Thread Starter wp-pop

    (@web93)

    awesome, yeh thanks I’ve moved it the custom.css file.
    really appreciate your help, just sent you a little donation 😉

    Plugin Author hoffcamp

    (@hoffcamp)

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WordPress Form Manager] small green stars next to form titles?’ is closed to new replies.