• Just did a series of plugin updates and we are having some css plugin conflict.
    Specifically the following display:none; on a presumably common class name.

    .box {
        display: none;
        padding: 20px;
        margin: 30px 0;
    }

    is it possible to prefix this with a plugin specific class as to make it more unique to your plugin?

    Thanks,
    Jason

  • The topic ‘CSS conflict’ is closed to new replies.