Hi David,
Modifying load-style.php is not the right thing to do.
Can you please let me know why you need to remove !important
?
It is set so that themes to not add a border to the announcement.
If you want to set a border forcefully, then use the CSS below.
div.ancr.ancr-wrap{
border-left-width: 1px !important;
border-right-width: 1px !important;
}
If you want to remove that altogether for some reason, then you must edit the plugin file itself. It may get overwritten in the next update.
File plugins/announcer/public/css/style.css
Thanks,
Aakash