• The Libsyn Publisher Hub plugin is causing parts of WooCommerce admin screen (Attributes; Variations) to break. I found the issue to be on line 283 of the meta_boxes.css file (libsyn-podcasting\lib\css\libsyn\meta_boxes.css)

    The line is currently:
    div.inside div,p {...}

    I was able to resolve the issue by changing the line to:
    #libsyn_player_settings div.inside div,p {...}

    Please update this line in your next release.

    Thanks.

The topic ‘Found conflicting CSS in meta_boxes.css’ is closed to new replies.