CSS admin problem
-
Hi there!
For some reason, when activating wp optimize, there is a change in the css inside the admin panel that refers to the list of attributes inside a product variable. See the image below:
View post on imgur.com
This change prevents clicking on the “x” to delete an item for example. Just disable the plugin and it goes back to normal as in the image below:
View post on imgur.com
To resolve momentarily, I used the following CSS in the admin area:
.select2-container–default .select2-selection–multiple .select2-selection__choice__remove {
border: none !important;
padding: 0px 0px !important;
position: inherit !important;
}Perhaps you can fix this in a future update.
Thanks!
- The topic ‘CSS admin problem’ is closed to new replies.