• The CSS included with the Leadquizzes plugin interferes with our (and probably, many) site themes.

    The very first line in the CSS file is:

    body {
        background: none !important;
    }

    This completely overrides our theme CSS. There is no reason for a plugin like this to interfere with site styles (especially with an !important statement on a generic element with no class or id applied).

    If there is some instance where a page generated by the plugin should have its background set to none, it should be properly defined with specific classes or ids.

    Also, there’s really no reason for this CSS file to load on all pages where there isn’t even a quiz present.

    https://www.ads-software.com/plugins/leadquizzes/

Viewing 1 replies (of 1 total)
  • @wekhter, did you ever find a solution for this? I think this might be the cause of my problem as well and the Leadquizzes team is not willing to help at all!

Viewing 1 replies (of 1 total)
  • The topic ‘Leadquizzes CSS Issue’ is closed to new replies.