• Resolved FGD

    (@creativetopia)


    I have written some custom css to apply to the pop-up for styling the Gravity Form within the popup. When I preview the popup in the admin section, it looks fine. However, when I published the popup, I do not see the custom css being applied. I tried other work arounds and it still is not working.

    Here is the CSS code that I am using:

    .wpmudev-ui label {
        display: none;
    }
    
    .wpmudev-ui ul li:before {
        content: none;
    }
    
    .wpmudev-ui input, .wpmudev-ui textarea {
        margin: 10px 0;
        width: 98%;
        padding: 6px;
    }
    
    .hustle-modal-minimal .hustle-modal-body header {
        border-bottom: 0;
    }
    
    .wp-core-ui .button, .wp-core-ui .button-secondary {
        margin-left: 10px;
        max-width: 95.5%;
        padding: 3px 0 !important;
        height: auto;
    }

    Any help would be much appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter FGD

    (@creativetopia)

    OK, I just figured this out. A couple of things.

    1.) The custom CSS within the plugin still does not work properly.
    2.) I did have a couple of CSS references incorrect as some are specific to the admin page of the plugin and not on the front-end.
    3.) I inserted my CSS in the WordPress Customizer to get it to load properly.

    Closing request.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS not applied’ is closed to new replies.