Archived topic
How to hide "Addons availble! Take a look..."
3 replies · Started by Theodore Weddell on October 22, 2014
Hi Tom, hope all is well.
How can I hide or remove the red bar in Customizer, which reads "ADDONS AVAILABLE! TAKE A LOOK --> " with a link to generatepress/addons/
I'm using the plugins in a multisite and it's not appropriate for site admins to see that message.
Thanks
The easiest way is to have GP Premium activated - but if that doesn't work, you could try creating a new plugin (https://wordpress.org/plugins/pluginception/) and add this code:
add_action('customize_controls_print_styles', 'generate_custom_customize_preview_css');
function generate_custom_customize_preview_css() {
?>
<style>
.get-addon {display:none;}
</style>
<?php
}
Thanks Tom,
After going back and forth I decided to just take the easy way and use the premium plugin. Just wanted to say thanks for your input. I'm lovin' GP and the plugins. Can hardly wait to launch my site pretty soon.
Looking forward to seeing it! :)