• Hi,

    your plugin overrides the .description css rule that is used by WP for description texts. You are making the font color white which practically disables many description texts. Please make your selector in your style.css more specific than this:

    .description {
        color: white;
        display: block;
        padding-left: 20px;
    }

    Thomas

The topic ‘overrides .description css’ is closed to new replies.