Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stiofan

    (@stiofansisland)

    Hi @enthousiastwpuser,

    I have opened a bug report in our system for this, all of our CSS is in a compatibility wrapper EXCEPT select2 as usually its best to only load one ver so we usually take over it.

    In the short term can you please try this CSS to fix that issue, and if you see any other issues please let us know.

    body .select2-selection--multiple .select2-selection__choice {
        color: inherit;
    }

    Thanks,

    Stiofan

    Thread Starter enthousiastwpuser

    (@enthousiastwpuser)

    Hi @stiofansisland,

    Thank you for the quick answer.
    I have already added some CSS to overwrite this:

    #oxygen-ui .select2-selection--multiple .select2-selection__choice {
         color: inherit;
    }

    I just posted a ticket here so it can be fixed within the next version of your plugin ??

    Have a great day!

    Best regards.

    Plugin Author Stiofan

    (@stiofansisland)

    Great, thanks again for reporting! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Your CSS overwrite Oxygen Builder UI’ is closed to new replies.