• Resolved magnumthia

    (@magnumthia)


    WordPress version:4.0
    Plugin Name and version: Easy Sign up version 3.2
    I did this:
    I added a new page and added the following code :

    [easy_sign_up title=”Register here for your free eBook” phone=”0″ fnln=”1″ esu_label=”A unique identifier for your form” esu_class=”your-class-here”]

    I expected the plugin to do this:

    Display a proper box over the registration details.

    Instead it did this:

    Display

    https://www.ads-software.com/plugins/easy-sign-up/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter magnumthia

    (@magnumthia)

    Plugin Author Greenweb

    (@greenweb)

    Hello magnumthia – Sorry but it has nothing to do with the plugin.

    Most of the formatting is left to the theme.

    The easy sign up form is being effected by the stylesheets here:

    YOUR_WEBSITE/wp-content/themes/beautyspot/library/css/skin/default.css and in the YOUR_WEBSITE/wp-content/themes/beautyspot/style.css

    There is a sudo css element .various-content ul > li:before that is adding a little black square to your lists.

    But I have a fix for you.
    Add the following CSS to your website’s style sheet.

    div.esu-form-div ul > li:before {
        visibility: hidden;
    }

    If you don’t have access to your style sheet have a look at a plugin called JetPack https://jetpack.me/support/custom-css/

    JetPack is free and has been created by the folks behind WordPress.com

    Another CSS plugin I have used and can recommend is Global CSS by Joddit

    Thread Starter magnumthia

    (@magnumthia)

    Thank you very much for the resolution. It’s resolved beautifully!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how do i remove the bullets ?’ is closed to new replies.