how to change css of 'not supported pluging page'

how to change css of 'not supported pluging page'

by behnaz ranjbar -
Number of replies: 1

hi everyone

i'm using a plugin that is not supported by mobile app so after pushing it by user, a page appears that this plugin is not yet supported. i could change that text by these css codes:

.mm-site_mm_course-modcontent h2,
.mm-site_mm_course-modcontent .mm-big,
.mm-site_mm_course-modcontent p[ng-if="!isSupportedByTheApp && isContributedPlugin"],
.mm-site_mm_course-modcontent strong {
    display: none;

but now i want to drop 'open in browser' button but i can't write the true codes.could any one help me?

Average of ratings: -
In reply to behnaz ranjbar

Re: how to change css of 'not supported pluging page'

by behnaz ranjbar -

i've solved it big grin

no need for answering thanks.